0
0
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:
Gazook89
2022-11-24 20:03:35 -06:00
parent 70d8491e7c
commit 60ca9530a3

View File

@@ -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;