forked from wallabag/wallabag
Sticky nav on entry action button click
This commit is contained in:
@ -131,6 +131,11 @@ nav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.entry-nav-top--sticky {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 993px) {
|
||||
.button-collapse {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user