fixed mobile bar close event

This commit is contained in:
2026-05-08 10:00:52 +02:00
parent f50d76e033
commit 2b337a848a
3 changed files with 12 additions and 2 deletions
+3
View File
@@ -12,6 +12,9 @@
gap: 10px;
background: var(--bg);
transition: left 0.3s;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
#navbar-mobile.inactive {