Update sidebar.css

This commit is contained in:
Cobalt-60
2023-05-29 23:24:24 -04:00
committed by GitHub
parent 22a774078f
commit b72f4b2599
+2
View File
@@ -11,10 +11,12 @@
z-index: 100;
overflow-y: auto;
padding: 1vh;
transition: all 0.5s ease;
}
.sidebar.active {
right: 5vh;
transition: all 0.5s ease;
}
.sidebar>.scroll {