Put scroolbar on autocomplete ul/li and not on main windows as before
This commit is contained in:
parent
df9cf49cfb
commit
fa5ff00060
@ -53,6 +53,13 @@
|
||||
position: absolute;
|
||||
top: 0; /* #8656 */
|
||||
cursor: default;
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
/* prevent horizontal scrollbar */
|
||||
overflow-x: hidden;
|
||||
/* add padding to account for vertical scrollbar */
|
||||
padding-right: 20px;
|
||||
|
||||
}
|
||||
|
||||
/* workarounds */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user