]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/nav.scss
Sticky nav on entry action button click
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / nav.scss
index 147f163fd27674b126a25e34b61516a56b98c194..b7288278cf474cb7af4efe40607789a5bef9f93f 100644 (file)
@@ -131,6 +131,11 @@ nav {
   display: none;
 }
 
+.entry-nav-top--sticky {
+  position: sticky;
+  top: 0;
+}
+
 @media (min-width: 993px) {
   .button-collapse {
     display: none;