diff options
-rw-r--r-- | web/cobrands/sass/_dashboard.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/web/cobrands/sass/_dashboard.scss b/web/cobrands/sass/_dashboard.scss index 094ce19a8..0fbff88e9 100644 --- a/web/cobrands/sass/_dashboard.scss +++ b/web/cobrands/sass/_dashboard.scss @@ -329,3 +329,23 @@ margin-top: -1px; } } + +.ie9 { + .labelled-line-chart, + .labelled-sparkline, + .responsive-bar-chart { + canvas { + height: 0 !important; + width: 0 !important; + display: none !important; + } + + } + .labelled-line-chart .label { + @media (min-width: 48em) { + position: static !important; + margin-top: inherit !important; + margin-#{$right}: 1.5em !important; + } + } +}
\ No newline at end of file |