Yuki Takei il y a 3 ans
Parent
commit
8e4b6a1629

+ 1 - 1
packages/app/src/components/Common/Dropdown/PageItemControl.tsx

@@ -250,7 +250,7 @@ const PageItemControlDropdownMenu = React.memo((props: DropdownMenuProps): JSX.E
       modifiers={{ preventOverflow: { boundariesElement: 'viewport' } }}
       modifiers={{ preventOverflow: { boundariesElement: 'viewport' } }}
       right={alignRight}
       right={alignRight}
       container="body"
       container="body"
-      style={{ zIndex: 1050 }} /* make it larger than $zindex-modal of bootstrap */
+      style={{ zIndex: 1035 }} /* make it larger than $zindex-fixed of bootstrap */
     >
     >
       {contents}
       {contents}
     </DropdownMenu>
     </DropdownMenu>