Skip to content

Commit

Permalink
#356 Opened modal no longer offsets the content in background
Browse files Browse the repository at this point in the history
  • Loading branch information
developster committed Feb 23, 2021
1 parent b2aa033 commit d6ee01d
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@
*/

html {
/*
* Always show page scroll-bar to prevent side-movement when hovering over items that are extending their height and
* suddenly the content doesn't fit above the fold.
*/
overflow-y: scroll;
position: relative;
min-height: 100%;
}

body {
/* Margin bottom by footer height */
margin-bottom: 50px !important;

/*
* Always show page scroll-bar to prevent side-movement when hovering over items that are extending their height and
* suddenly the content doesn't fit above the fold.
*/
overflow-y: scroll;
}

.mainHeader.with-navbar-default .navbar-default {
Expand Down

0 comments on commit d6ee01d

Please sign in to comment.