fix: improve desktop layout, scrolling and background

This commit is contained in:
2026-02-11 06:14:19 +01:00
parent 943c045a65
commit 36b0c18370
3 changed files with 12 additions and 4 deletions

View File

@@ -435,8 +435,10 @@ watch(isMobileMenuOpen, (val) => {
justify-content: space-between;
align-items: center;
z-index: 100;
position: sticky;
position: fixed;
top: 0;
left: 0;
right: 0;
}
.nav-left {