1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

fixing invisible content and page height

This commit is contained in:
Jovan Strika 2019-04-09 02:16:38 -04:00
parent b55316db7e
commit 871c4fbef0
2 changed files with 2 additions and 2 deletions

View file

@ -188,7 +188,7 @@
}
.fullscreen #column_l {
height: calc(100vh - 111px);
height: calc(100vh - 135px);
width: calc(100% - 30px);
overflow-y: auto;
}