From 6f9dcd3c9a00577fd7154961fe5e8ef4b4418d8d Mon Sep 17 00:00:00 2001 From: kytwb Date: Sun, 2 Jan 2022 21:05:32 +0100 Subject: Make Modal components display on top of settings --- src/components/ui/Modal/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ui') diff --git a/src/components/ui/Modal/styles.ts b/src/components/ui/Modal/styles.ts index c2bebf9bb..87ef36f1d 100644 --- a/src/components/ui/Modal/styles.ts +++ b/src/components/ui/Modal/styles.ts @@ -1,6 +1,6 @@ export default theme => ({ component: { - zIndex: 500, + zIndex: 9999, position: 'absolute', }, overlay: { -- cgit v1.2.3-70-g09d2