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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user