From 59c2189bc8e2aaa5f7e6ef0cf1fdccb970536eba Mon Sep 17 00:00:00 2001 From: saithsab877 Date: Wed, 9 Oct 2024 21:18:31 +0500 Subject: [PATCH] fix(tldr-modal): background allows clicks behind modals and stats bar --- src/components/App/AppBar/index.tsx | 2 +- src/components/App/MainToolbar/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/App/AppBar/index.tsx b/src/components/App/AppBar/index.tsx index 99bb6abe5..f579997ee 100644 --- a/src/components/App/AppBar/index.tsx +++ b/src/components/App/AppBar/index.tsx @@ -57,7 +57,7 @@ const Header = styled(Flex).attrs({ left: 64px; right: 32px; transition: opacity 1s; - z-index: 99; + z-index: 1; padding: 20px 23px; ` diff --git a/src/components/App/MainToolbar/index.tsx b/src/components/App/MainToolbar/index.tsx index 93bc08256..6677dbca6 100644 --- a/src/components/App/MainToolbar/index.tsx +++ b/src/components/App/MainToolbar/index.tsx @@ -114,7 +114,7 @@ const Wrapper = styled(Flex).attrs({ justify: 'flex-start', })` flex: 0 0 64px; - z-index: 31; + z-index: 1; transition: opacity 1s; background: ${colors.BG2}; position: relative;