0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 00:32:42 +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;
width: 100%;
border: 1px solid gray;
overflow-y: scroll;
overflow-y: auto;
max-height: 200px;
.item {
position:relative;