max height 100%

This commit is contained in:
Miodec 2022-10-13 20:09:12 +02:00
parent 9c388c3d37
commit 70ca2cb282

View file

@ -20,7 +20,7 @@
display: grid;
gap: 1rem;
max-width: 1200px;
max-height: 90vh;
max-height: 100%;
overflow-y: auto;
grid-template-areas:
"topButtons topButtons topButtons"