mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-10 07:38:52 +08:00
13 lines
176 B
CSS
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;
|
|
}
|