reduce .App-content height

pull/90/head
Aevann 2023-01-20 08:20:45 +02:00
parent d5e714d1b3
commit 2cc2982894
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ body {
position: relative;
flex: 3;
height: 62vh;
height: calc(var(--vh, 1vh) * 72);
height: calc(var(--vh, 1vh) * 68);
max-height: 1000px;
overflow: auto;
-ms-overflow-style: none;