Put scroolbar on autocomplete ul/li and not on main windows as before

This commit is contained in:
Florian Henry 2013-10-30 09:15:36 +01:00
parent df9cf49cfb
commit fa5ff00060

View File

@ -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 */