Created
January 6, 2016 11:54
-
-
Save fernandofuly/fae264e97db6e7d532b2 to your computer and use it in GitHub Desktop.
Fix modal pushes container to the left
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
overflow: hidden; | |
height: 100%; | |
} | |
body { | |
overflow: auto; | |
height: 100%; | |
} | |
/* unset bs3 setting */ | |
.modal-open { | |
overflow: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment