summaryrefslogtreecommitdiff
path: root/components/Tweaks/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/Tweaks/index.tsx')
-rw-r--r--components/Tweaks/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/Tweaks/index.tsx b/components/Tweaks/index.tsx
index 62252b0..afd0ea7 100644
--- a/components/Tweaks/index.tsx
+++ b/components/Tweaks/index.tsx
@@ -76,7 +76,7 @@ export const Tweaks = (props: TweakProps) => {
<Box
position="absolute"
zIndex="overlay"
- marginTop={0}
+ marginTop={1}
marginLeft={0}
display={showTweaks ? 'none' : 'block'}
>
@@ -96,7 +96,7 @@ export const Tweaks = (props: TweakProps) => {
marginLeft={2}
borderRadius="lg"
paddingBottom={5}
- zIndex={4}
+ zIndex={10}
boxShadow="xl"
maxH={'95vh'}
fontSize="sm"