diff options
Diffstat (limited to 'components/Tweaks/index.tsx')
-rw-r--r-- | components/Tweaks/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Tweaks/index.tsx b/components/Tweaks/index.tsx index 33f11ee..62252b0 100644 --- a/components/Tweaks/index.tsx +++ b/components/Tweaks/index.tsx @@ -96,7 +96,7 @@ export const Tweaks = (props: TweakProps) => { marginLeft={2} borderRadius="lg" paddingBottom={5} - zIndex="overlay" + zIndex={4} boxShadow="xl" maxH={'95vh'} fontSize="sm" |