Updated css

Test
This commit is contained in:
Nik Topler 2020-09-05 13:34:39 +02:00
parent ac6a84d88a
commit ad6a7258b2

View file

@ -1,6 +1,7 @@
body{
display: grid;
grid-template-rows: 65px 1fr;
overflow-x: hidden;
}
/*? Navigation Bar */
@ -402,7 +403,8 @@ body{
main {
grid-row: 2/3;
background-color: var(--bg);
overflow: auto;
overflow-y: scroll;
overflow-x: visible;
}
.side-bar{
left: 0;