aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-02 21:05:32 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-02 21:05:32 +0100
commit6f9dcd3c9a00577fd7154961fe5e8ef4b4418d8d (patch)
tree8065338bf9a60433bd2223f80d05f2aed45c66fd /src/components/ui
parentHandle invalid accent color, fix loader styling (diff)
downloadferdium-app-6f9dcd3c9a00577fd7154961fe5e8ef4b4418d8d.tar.gz
ferdium-app-6f9dcd3c9a00577fd7154961fe5e8ef4b4418d8d.tar.zst
ferdium-app-6f9dcd3c9a00577fd7154961fe5e8ef4b4418d8d.zip
Make Modal components display on top of settings
Diffstat (limited to 'src/components/ui')
-rw-r--r--src/components/ui/Modal/styles.ts2
1 files changed, 1 insertions, 1 deletions
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 @@
1export default theme => ({ 1export default theme => ({
2 component: { 2 component: {
3 zIndex: 500, 3 zIndex: 9999,
4 position: 'absolute', 4 position: 'absolute',
5 }, 5 },
6 overlay: { 6 overlay: {