Просмотр исходного кода

Merge pull request #8423 from weseek/fix/139423-fix-DropendToggle-of-PageCreateButton

fix: fix style of dropend toggle of page create button
Yuki Takei 2 лет назад
Родитель
Сommit
5316c5a06a
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      apps/app/src/components/Sidebar/SidebarNav/SidebarNav.module.scss

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

@@ -3,10 +3,6 @@
 @use '~/styles/variables' as var;
 
 .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;
 
   border-right : 1px solid var(--bs-border-color);