mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
change height to max-height
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
width: 100%;
|
||||
border: 1px solid gray;
|
||||
overflow-y: scroll;
|
||||
height: 200px;
|
||||
max-height: 200px;
|
||||
.item {
|
||||
position:relative;
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user