Skip to content

Commit

Permalink
Merge pull request #357 from devgateway/#356-modal-2
Browse files Browse the repository at this point in the history
#356 Opened modal no longer offsets the content in background (2.x)
  • Loading branch information
mpostelnicu authored May 14, 2021
2 parents b2aa033 + d6ee01d commit 8e317f1
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 8e317f1

Please sign in to comment.