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