From 3f87bf46e463b113760a2e45158a684825bf9d50 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Aug 2013 13:16:32 -0700 Subject: fixes #9855: account for modal overflow on body hiding scrollbar --- dist/css/bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3