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

Scroll CA stage panel on mobile

parent b3700f96
#cycle-analytics {
width: 1000px;
max-width: 1000px;
margin: 24px auto 0;
position: relative;
......@@ -259,7 +259,14 @@
}
}
.stage-panel-container {
width: 100%;
overflow: auto;
}
.stage-panel {
min-width: 968px;
.panel-heading {
padding: 0;
background-color: transparent;
......
......@@ -42,6 +42,7 @@
%li
%a{ "href" => "#", "data-value" => "90" }
Last 90 days
.stage-panel-container
.panel.panel-default.stage-panel
.panel-heading
%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