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

View File

@@ -11,7 +11,7 @@
width: 100%;
border: 1px solid gray;
overflow-y: scroll;
height: 200px;
max-height: 200px;
.item {
position:relative;
font-size: 14px;