Skip to content

Commit

Permalink
Work around overflow: hidden for Argon theme
Browse files Browse the repository at this point in the history
Definitely arguable whether this belongs in here
  • Loading branch information
solarkraft authored and splitbrain committed Nov 11, 2021
1 parent c398821 commit 473861e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.less
Expand Up @@ -175,3 +175,9 @@
z-index: 105; // set to what plugin edittable defines
}
}

// Workaround for sticky menubar in argon
main {
// Sticky elements can't have parents with overflow: hidden
overflow: unset !important;
}

0 comments on commit 473861e

Please sign in to comment.