Skip to content

Commit

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

Please sign in to comment.