Skip to content

Commit

Permalink
Fix Buefy UI modal breaking body and sidebar scroll.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 19, 2021
1 parent 71fd71d commit 2ed54b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,10 @@ section {
}

/* Fix for sidebar jumping on modals */
body.is-noscroll .b-sidebar {
top: 26px;
body.is-noscroll {
position: static;
overflow-y: visible;
width: auto;
}

/* Global notices */
Expand Down

0 comments on commit 2ed54b8

Please sign in to comment.