aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-19 13:16:32 -0700
committerMark Otto <[email protected]>2013-08-19 13:16:32 -0700
commit3f87bf46e463b113760a2e45158a684825bf9d50 (patch)
treef022ebcb08cfbd97c0939f030735ea3918ec2767 /dist/css/bootstrap.css
parentc15b259f43945fd9cf0d66f04504665ae9298f1a (diff)
downloadbootstrap-3f87bf46e463b113760a2e45158a684825bf9d50.tar.xz
bootstrap-3f87bf46e463b113760a2e45158a684825bf9d50.zip
fixes #9855: account for modal overflow on body hiding scrollbar
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 1eb1fc95a..bbda4eed4 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5593,6 +5593,12 @@ button.close {
overflow: hidden;
}
+body.modal-open,
+.modal-open .navbar-fixed-top,
+.modal-open .navbar-fixed-bottom {
+ margin-right: 15px;
+}
+
.modal {
position: fixed;
top: 0;