Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-04-11 23:20:14 +0300
committerBryce Johnson <bryce@gitlab.com>2017-04-12 01:48:45 +0300
commit9b9ad44d2107e2e132d780ec26e95dcf753f4370 (patch)
treed82092a64de2d2133303b8c70688e492a649bc19 /app/assets/stylesheets/framework/calendar.scss
parent04a3e60e419ed1e7a8f253c7200703179a2177e1 (diff)
Let browser set overflow-x scroll on user activity calendar.
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;
}
}