diff --git a/resources/scripts/assets/css/sidebar.css b/resources/scripts/assets/css/sidebar.css index bc4a86c5c..7b9fce452 100644 --- a/resources/scripts/assets/css/sidebar.css +++ b/resources/scripts/assets/css/sidebar.css @@ -32,9 +32,11 @@ padding: 0; width: var(--sidebar-size); background-color: var(--color-tertiary); - height: 100%; overflow: auto; z-index: 999999; + margin-top: 0; + top: 6vh; + height: 94vh; } .content-container { @@ -170,3 +172,16 @@ div.content { .openMenu:hover { cursor: pointer; } + +.topbar { + position: fixed; + top: 0; + width: 100%; + z-index: 10000; + height: 6vh; + overflow-y: hidden; +} + +.nook-container { + margin-top: 8vh; +} \ No newline at end of file