add scrollbar to mojon suggestions list when too long
parent
827277a8cc
commit
0ddaea5d9d
|
@ -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…
Reference in New Issue