From fd504fba68fe823cec635066281e873c36edba83 Mon Sep 17 00:00:00 2001 From: Kerrin Hardy Date: Sun, 14 Oct 2018 22:18:43 +1030 Subject: [PATCH] Set dashboard sidebar width --- resources/assets/sass/dashboard/partials/_sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/sass/dashboard/partials/_sidebar.scss b/resources/assets/sass/dashboard/partials/_sidebar.scss index 0b1825402..63bb128a1 100644 --- a/resources/assets/sass/dashboard/partials/_sidebar.scss +++ b/resources/assets/sass/dashboard/partials/_sidebar.scss @@ -132,7 +132,7 @@ body.dashboard { @extend .hidden-sm; position: fixed; bottom: 0; - width: 237px; + width: 235px; z-index: 999; ul > li { float: left;