0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 07:32:43 +00:00

set dropdown list scroll to auto

This commit is contained in:
Gazook89
2022-11-29 12:08:52 -06:00
parent 12fe787ab4
commit 914a4586b9

View File

@@ -9,7 +9,7 @@
z-index: 100; z-index: 100;
width: 100%; width: 100%;
border: 1px solid gray; border: 1px solid gray;
overflow-y: scroll; overflow-y: auto;
max-height: 200px; max-height: 200px;
.item { .item {
position:relative; position:relative;