summaryrefslogtreecommitdiffstats
path: root/web/dashboard.slate.css
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-11-27 03:12:21 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-11-27 03:12:21 +0200
commit34ac6fca7404d353e60a1039635cc57d5f012ea8 (patch)
treed845ab9c7530e4e1ff698e8d349eda8de81f32de /web/dashboard.slate.css
parentf49336b40364adde03ae3bac092dd4dfb5ced66f (diff)
added transform3d to charts css
Diffstat (limited to 'web/dashboard.slate.css')
-rw-r--r--web/dashboard.slate.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/dashboard.slate.css b/web/dashboard.slate.css
index 3eb52429d2..b27352eb43 100644
--- a/web/dashboard.slate.css
+++ b/web/dashboard.slate.css
@@ -58,6 +58,8 @@ code {
display: inline-block;
overflow: hidden;
+ transform: translate3d(0,0,0);
+
/* required for child elements to have absolute position */
position: relative;
@@ -68,6 +70,8 @@ code {
display: inline-block;
overflow: hidden;
+ transform: translate3d(0,0,0);
+
/* required for child elements to have absolute position */
position: relative;
@@ -84,6 +88,8 @@ code {
display: inline-block;
overflow: hidden;
+ transform: translate3d(0,0,0);
+
/* required for child elements to have absolute position */
position: relative;
@@ -107,6 +113,8 @@ code {
display: inline-block;
overflow: hidden;
+ transform: translate3d(0,0,0);
+
/* fix minimum scrollbar issue in firefox */
min-height: 99px;