From a55ecd42e62f6c53ce5361daf7c7b816cf4997d2 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Thu, 10 Nov 2022 04:40:44 -0500 Subject: [PATCH] Fixed dashboard height --- CSS/static-left-drawer.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CSS/static-left-drawer.css b/CSS/static-left-drawer.css index a17f0c6..88b1263 100644 --- a/CSS/static-left-drawer.css +++ b/CSS/static-left-drawer.css @@ -17,4 +17,8 @@ .layout-desktop .mainDrawerButton { display: none !important; +} + +.layout-desktop .dashboardDocument .mainDrawer { + top: 0px !important; } \ No newline at end of file