Files
eh-downloader/static/common.css
2023-05-26 13:31:28 +08:00

13 lines
176 B
CSS

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