Compare commits

...

1 Commits

Author SHA1 Message Date
Bentlybro
a0d71b39ca Fix sidebar covering flow 2024-07-22 09:43:12 +01:00

View File

@@ -88,7 +88,7 @@ input::placeholder, textarea::placeholder {
.sidebar {
position: fixed;
top: 0;
top: 68px;
left: -600px;
width: 350px;
height: 100%;