Config height fix
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
.layout-config-content {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
height: calc(100vh - 5rem);
|
||||
height: 100vh;
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user