This commit is contained in:
Connor Yoh 2025-07-18 16:41:02 +01:00
parent 8c8d0d16c2
commit efef5c025f

View File

@ -3044,7 +3044,7 @@ body{
#outerContainer{
width:100%;
height: 100%;
height: calc(100% - var(--navbar-height));
position:relative;
}