فهرست منبع

add z-index to DropendToggle

kosei-n 2 سال پیش
والد
کامیت
8e733f1f57
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/components/Sidebar/PageCreateButton/DropendToggle.tsx

+ 1 - 1
apps/app/src/components/Sidebar/PageCreateButton/DropendToggle.tsx

@@ -12,7 +12,7 @@ export const DropendToggle = (): JSX.Element => {
   return (
     <DropdownToggle
       color="primary"
-      className={`position-absolute ${moduleClass}`}
+      className={`position-absolute z-1 ${moduleClass}`}
       aria-expanded={false}
     >
       <Hexagon />