mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 17:12: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:
@@ -5,7 +5,7 @@
|
|||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
max-height: 100vh;
|
max-height: calc(100vh - 32px);
|
||||||
max-width: 40vw;
|
max-width: 40vw;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
&.active {
|
&.active {
|
||||||
|
|||||||
Reference in New Issue
Block a user