site: fix nav

This commit is contained in:
Glen Huang
2025-10-10 10:01:11 +08:00
parent 14847ba846
commit b46f841257

View File

@@ -65,6 +65,7 @@
visibility: hidden; visibility: hidden;
position: fixed; position: fixed;
left: 0; left: 0;
z-index: 10;
top: var(--globalBarHeight); top: var(--globalBarHeight);
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;