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