0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 13:22:40 +00:00

Limit max-height to prevent overflow

Co-authored-by: Víctor Losada Hernández <5ecleric.naturalcrit@gmail.com>
This commit is contained in:
G.Ambatte
2025-01-08 07:22:17 +13:00
committed by GitHub
parent a6b7ed4dd2
commit bffa6eb0c9

View File

@@ -5,7 +5,7 @@
padding: 5px 10px;
background-color: #ccc;
border-radius: 5px;
max-height: 100vh;
max-height: calc(100vh - 32px);
max-width: 40vw;
overflow-y: auto;
&.active {