summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/calendar.scss
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-04-11 16:20:14 -0400
committerBryce Johnson <bryce@gitlab.com>2017-04-11 18:48:45 -0400
commit9b9ad44d2107e2e132d780ec26e95dcf753f4370 (patch)
treed82092a64de2d2133303b8c70688e492a649bc19 /app/assets/stylesheets/framework/calendar.scss
parent04a3e60e419ed1e7a8f253c7200703179a2177e1 (diff)
downloadgitlab-ce-9b9ad44d2107e2e132d780ec26e95dcf753f4370.tar.gz
Let browser set overflow-x scroll on user activity calendar.user-activity-scroll-bar
Diffstat (limited to 'app/assets/stylesheets/framework/calendar.scss')
-rw-r--r--app/assets/stylesheets/framework/calendar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index 9a0f7a14e57..759401a7806 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -5,7 +5,7 @@
direction: rtl;
@media (min-width: $screen-sm-min) and (max-width: $screen-md-max) {
- overflow-x: scroll;
+ overflow-x: auto;
}
}