make left menu fixed

This commit is contained in:
ghost 2021-12-30 07:32:35 +02:00
parent aefc0cd506
commit a896ab5173

View File

@ -21,7 +21,8 @@ a:active {
} }
.container > .left { .container > .left {
float: left position: fixed;
z-index: 99;
} }
.container > .right { .container > .right {