This commit is contained in:
魏啾
2024-07-19 15:36:48 +08:00
parent 485f0ab001
commit dc2df55efe
3 changed files with 142 additions and 143 deletions

View File

@@ -108,10 +108,10 @@
}
.navbarcontent {
position: -webkit-sticky;
position: sticky;
position: relative;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
.active {
@@ -136,6 +136,7 @@
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;