diff --git a/components/lib/sidebar/SidebarBase.js b/components/lib/sidebar/SidebarBase.js index e62bf56dc4..008b034e1c 100644 --- a/components/lib/sidebar/SidebarBase.js +++ b/components/lib/sidebar/SidebarBase.js @@ -94,11 +94,11 @@ const styles = ` .p-sidebar-full .p-sidebar { transition: none; transform: none; - width: 100vw; - height: 100vh; + width: 100vw !important; + height: 100vh !important; max-height: 100%; - top: 0px; - left: 0px; + top: 0px !important; + left: 0px !important; } /* Animation */