From 3e6233dd4dcd51f5d304f64c10c95a07078de5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toprak=20Ko=C3=A7?= Date: Fri, 10 Nov 2023 15:09:21 +0300 Subject: [PATCH] removed unnecessary importants --- components/lib/sidebar/SidebarBase.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/sidebar/SidebarBase.js b/components/lib/sidebar/SidebarBase.js index 1e09083764..ee62578c75 100644 --- a/components/lib/sidebar/SidebarBase.js +++ b/components/lib/sidebar/SidebarBase.js @@ -97,8 +97,8 @@ const styles = ` width: 100vw; height: 100vh; max-height: 100%; - top: 0px !important; - left: 0px !important; + top: 0px; + left: 0px; } /* Animation */