Commit 95140187 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Scroll CA stage panel on mobile

parent b3700f96
#cycle-analytics { #cycle-analytics {
width: 1000px; max-width: 1000px;
margin: 24px auto 0; margin: 24px auto 0;
position: relative; position: relative;
...@@ -259,7 +259,14 @@ ...@@ -259,7 +259,14 @@
} }
} }
.stage-panel-container {
width: 100%;
overflow: auto;
}
.stage-panel { .stage-panel {
min-width: 968px;
.panel-heading { .panel-heading {
padding: 0; padding: 0;
background-color: transparent; background-color: transparent;
......
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
%li %li
%a{ "href" => "#", "data-value" => "90" } %a{ "href" => "#", "data-value" => "90" }
Last 90 days Last 90 days
.stage-panel-container
.panel.panel-default.stage-panel .panel.panel-default.stage-panel
.panel-heading .panel-heading
%nav.col-headers %nav.col-headers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment