summaryrefslogtreecommitdiff
path: root/public/css/site.css
diff options
context:
space:
mode:
authorWu Cheng-Han2015-07-02 00:10:20 +0800
committerWu Cheng-Han2015-07-02 00:10:20 +0800
commit10c9811fc534a2738c19d8f74a447ed500b730a2 (patch)
tree8e46f99f36660d9c011d135fc6ce736733a5876b /public/css/site.css
parentf7f8c901f4bc39c3ed0a2bdfe1cbaa1ee6957999 (diff)
Jump to 0.3.1
Diffstat (limited to 'public/css/site.css')
-rw-r--r--public/css/site.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/css/site.css b/public/css/site.css
index eed8b950..29426b15 100644
--- a/public/css/site.css
+++ b/public/css/site.css
@@ -13,4 +13,10 @@ body {
}
::-moz-focus-inner {
border: 0 !important;
+}
+
+/* manual fix for bootstrap issue 14040, there is an unnecessary padding-right on modal open */
+body.modal-open {
+ overflow-y: auto;
+ padding-right: 0 !important;
} \ No newline at end of file