Browse Source

remove styles to fix button behaviors

kosei-n 2 years ago
parent
commit
3d9cba43eb

+ 0 - 4
apps/app/src/components/Sidebar/SidebarNav/SidebarNav.module.scss

@@ -3,10 +3,6 @@
 @use '~/styles/variables' as var;
 @use '~/styles/variables' as var;
 
 
 .grw-sidebar-nav :global {
 .grw-sidebar-nav :global {
-  // set position and z-index to prevent dropdowns covered by other element
-  position: relative;
-  z-index: bs.$zindex-fixed;
-
   width: var.$grw-sidebar-nav-width;
   width: var.$grw-sidebar-nav-width;
 
 
   border-right : 1px solid var(--bs-border-color);
   border-right : 1px solid var(--bs-border-color);