Config height fix

This commit is contained in:
Yiğit FINDIKLI
2021-12-21 11:10:07 +03:00
parent 0f16970a3a
commit 0c82b6c4e2
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@
.layout-config-content {
position: relative;
overflow: auto;
height: calc(100vh - 5rem);
height: 100vh;
padding: 2rem;
}