Set absolute menu in sticky header by @mononaut

This commit is contained in:
natsoni
2024-03-21 13:46:03 +09:00
parent 40663c79c0
commit 393181f753
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
background-color: transparent;
width: 225px;
height: calc(100vh - 65px);
position: fixed;
position: absolute;
top: 65px;
left: -250px;
transition: left 0.25s;