summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-11 21:15:17 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-11 21:16:33 +0200
commit23ca91cd21a97e174d28f1b445ead8b2f304e05c (patch)
tree56a8af5bb024b8c1af8f430f758ac7d693127fc5 /components
parentb75598d879e1b9153d89a96f7b0f66ad8d641f71 (diff)
chore: cleanup some logs
Diffstat (limited to 'components')
-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"