mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +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-blend-mode: normal, normal, overlay;
|
||||
box-shadow: inset 0 0 1px var(--bg-color);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
.nav-menu section:last-child > .szh-menu__divider:first-child {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue