Skip to content
Snippets Groups Projects
Unverified Commit eb191563 authored by Mua N. Laurent's avatar Mua N. Laurent :speech_balloon: Committed by GitHub
Browse files

Merge pull request #1643 from muarachmann/fix-panel-height

:bug: Bug fix
parents c0794f5a 7f91a4df
No related branches found
No related tags found
No related merge requests found
Pipeline #237907183 passed
......@@ -13,7 +13,7 @@ html
margin: 0;
padding: 0;
border: 0;
height: 100%;
min-height: 100%;
display: flex;
flex-direction: column;
}
......@@ -35,6 +35,7 @@ body
flex: 1 0 auto;
margin: 0;
padding: 0;
}
#mainBox > div
......@@ -51,6 +52,7 @@ body
flex-direction: column;
padding: 0 0 0 0;
margin: 0 0 0 0;
min-height: 100% !important;
}
#framesDisplay
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment