summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 051cd864d..39e6e4654 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -69,6 +69,13 @@
width: 100%;
height: 100%;
}
+
+ #bugzilla-body {
+ overflow-x: auto;
+ overflow-y: scroll;
+ -webkit-overflow-scrolling: touch; /* Enable momentum scrolling on iOS */
+ scroll-behavior: smooth;
+ }
}
/* fixed global header (end) */
@@ -1277,10 +1284,6 @@ hr {
position: relative;
outline: none;
padding: 0 15px;
- overflow-x: auto;
- overflow-y: scroll;
- -webkit-overflow-scrolling: touch; /* Enable lazy scrolling on iOS */
- scroll-behavior: smooth;
}
#main-inner {