From bf5ab636bf74a1784b073beeb397701e5876e71f Mon Sep 17 00:00:00 2001 From: Neeraj Sharma Date: Mon, 30 Sep 2019 16:58:28 +0530 Subject: [PATCH] fixed bugs scroll overflow button on header dashbaord --- src/pages/Dashboard/dashboard.vue | 2 +- static/css/custom.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/Dashboard/dashboard.vue b/src/pages/Dashboard/dashboard.vue index 56ac8b2..2856e89 100644 --- a/src/pages/Dashboard/dashboard.vue +++ b/src/pages/Dashboard/dashboard.vue @@ -25,7 +25,7 @@ - Title + close diff --git a/static/css/custom.css b/static/css/custom.css index f4d4ca4..6df1fa4 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -15,6 +15,11 @@ background: #39b982 !important; } +.fc-toolbar .fc-state-active, +.fc-toolbar .ui-state-active { + z-index: 0 !important; +} + .loader { width: 100%; height: 100%; -- 2.0.0