Skip to content
Snippets Groups Projects
Commit fa5ff000 authored by Florian Henry's avatar Florian Henry
Browse files

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

parent df9cf49c
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,13 @@ ...@@ -53,6 +53,13 @@
position: absolute; position: absolute;
top: 0; /* #8656 */ top: 0; /* #8656 */
cursor: default; 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 */ /* workarounds */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment