mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 13:19:22 +01:00
Make it sticky
This commit is contained in:
parent
b19ba93eb4
commit
305b3a5f0e
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
||||||
background-position: 0 0, 0 0, 2em 90%;
|
background-position: 0 0, 0 0, 2em 90%;
|
||||||
background-blend-mode: normal, normal, overlay;
|
background-blend-mode: normal, normal, overlay;
|
||||||
box-shadow: inset 0 0 1px var(--bg-color);
|
box-shadow: inset 0 0 1px var(--bg-color);
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
.nav-menu section:last-child > .szh-menu__divider:first-child {
|
.nav-menu section:last-child > .szh-menu__divider:first-child {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue