bugfix: #233 switch sidebar to 100dvh (#234)

This commit is contained in:
James Read 2024-02-28 21:32:44 +00:00 committed by GitHub
parent 97453260eb
commit 843121f5fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -69,10 +69,10 @@ nav {
nav.sidebar { nav.sidebar {
position: fixed; position: fixed;
width: 180px; width: 180px;
height: 100vh; height: 100dvh;
left: 0; left: 0;
top: 0; top: 0;
transition: 0.5s ease; transition: left 0.5s ease;
box-shadow: 0 0 10px 0 #444; box-shadow: 0 0 10px 0 #444;
z-index: 3; z-index: 3;
display: flex; display: flex;