This commit is contained in:
2023-05-26 13:31:28 +08:00
parent d8bebc32a2
commit ee9c54af61
9 changed files with 133 additions and 42 deletions

12
static/common.css Normal file
View File

@@ -0,0 +1,12 @@
.nav-menu {
z-index: 100;
position: fixed;
background-color: white;
box-sizing: border-box;
display: none;
}
.main {
position: fixed;
top: 64px;
}