diff --git a/web/.husky/pre-commit b/web/.husky/pre-commit old mode 100755 new mode 100644 diff --git a/web/app/components/base/drawer/index.tsx b/web/app/components/base/drawer/index.tsx index 7e3405e9d2..6002112e52 100644 --- a/web/app/components/base/drawer/index.tsx +++ b/web/app/components/base/drawer/index.tsx @@ -44,17 +44,17 @@ export default function Drawer({ unmount={unmount} open={isOpen} onClose={() => !clickOutsideNotOpen && onClose()} - className="fixed inset-0 z-30 overflow-y-auto" + className="fixed inset-0 z-[80] overflow-y-auto" >