add scrollbar to mojon suggestions list when too long

remotes/1698178055505214576/signup-info-prompt
Ondřej Hruška 2017-09-20 21:53:08 +02:00
parent 4f9a493d9d
commit cbf00168f1
1 changed files with 2 additions and 0 deletions

View File

@ -2096,6 +2096,8 @@
.autosuggest-textarea__suggestions {
display: none;
position: absolute;
max-height: 300px;
overflow-y: auto;
top: 100%;
width: 100%;
z-index: 99;