mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
add scrollbar to mojon suggestions list when too long
This commit is contained in:
parent
4f9a493d9d
commit
cbf00168f1
@ -2096,6 +2096,8 @@
|
||||
.autosuggest-textarea__suggestions {
|
||||
display: none;
|
||||
position: absolute;
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
top: 100%;
|
||||
width: 100%;
|
||||
z-index: 99;
|
||||
|
Loading…
x
Reference in New Issue
Block a user