fix: improve desktop layout, scrolling and background
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user