fix(sidebar): replace 100vh with 100%

resolves #104
This commit is contained in:
Ushie 2023-06-06 14:35:05 +03:00
parent 9a786ce193
commit cc94848838
No known key found for this signature in database
GPG Key ID: 0EF73F1CA38B2D5F

View File

@ -236,7 +236,7 @@
.nav-wrapper {
flex-direction: column;
gap: 0.5rem;
height: 100vh;
height: 100%;
margin: 0 auto;
position: fixed;
width: 20rem;