+

Dashboard

From ad15afb49369bd17d2b111bd5d405ec217a25536 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Apr 2018 13:45:13 -0700 Subject: [PATCH 2/3] Add .w-100 to chart to fix IE horizontal scroll from label that extended past viewport --- docs/4.0/examples/dashboard/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/examples/dashboard/index.html b/docs/4.0/examples/dashboard/index.html index 3bd1b7613e42..d96d2d8d9ded 100644 --- a/docs/4.0/examples/dashboard/index.html +++ b/docs/4.0/examples/dashboard/index.html @@ -120,7 +120,7 @@

Dashboard

- +

Section title

From 9e2ea9498abdbdc4e0ebfff74ae50ff98aa26a3e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Apr 2018 14:54:37 -0700 Subject: [PATCH 3/3] remove rando character --- docs/4.0/examples/dashboard/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/examples/dashboard/dashboard.css b/docs/4.0/examples/dashboard/dashboard.css index e1211e772d41..39180973996c 100644 --- a/docs/4.0/examples/dashboard/dashboard.css +++ b/docs/4.0/examples/dashboard/dashboard.css @@ -15,7 +15,7 @@ body { .sidebar { position: fixed; top: 0; - bottom: 0;] + bottom: 0; left: 0; z-index: 100; /* Behind the navbar */ padding: 48px 0 0; /* Height of navbar */