From 932c2f59cbf8c7a393b5e23fc8b79ce9a7db76e4 Mon Sep 17 00:00:00 2001 From: Arinde Eniola Date: Tue, 29 Mar 2016 19:05:02 +0100 Subject: hide user profile activity graph on mobile and enable horizontal scroll for medium screens --- app/assets/stylesheets/framework/calendar.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/assets/stylesheets/framework/calendar.scss') diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss index e3192823a1a..0b3af592d4a 100644 --- a/app/assets/stylesheets/framework/calendar.scss +++ b/app/assets/stylesheets/framework/calendar.scss @@ -1,3 +1,9 @@ +.calender-block { + @media (min-width: $screen-sm-min) and (max-width: $screen-lg-min) { + overflow-x: scroll; + } +} + .user-calendar-activities { .calendar_onclick_hr { padding: 0; -- cgit v1.2.1