Explorar o código

fix PageItemControl zIndex

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
a4657d82f8

+ 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' } }}
       right={alignRight}
       container="body"
-      style={{ zIndex: 1035 }} /* make it larger than $zindex-fixed of bootstrap */
+      style={{ zIndex: 1055 }} /* make it larger than $zindex-modal of bootstrap */
     >
       {contents}
     </DropdownMenu>