Created
February 20, 2015 15:18
-
-
Save vanderlin/c36c59f8f7463c24c081 to your computer and use it in GitHub Desktop.
Stop Bootstrap from modal shift
This file contains 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
.modal { | |
overflow-y: auto; | |
} | |
.modal-open { | |
overflow: auto; | |
} | |
.modal-open[style] { | |
padding-right: 0px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment