aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/app.component.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-04 19:15:33 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-04 19:15:33 -0400
commit47a4326827a4123792e3a1165843344c8a9c7b0d (patch)
tree244befc05d859e5bd5c4990306f7f93b774f7a5b /ufund-ui/src/app/app.component.css
parent49a82c8a8a7a3ea3cfd30572944510f3aa18663d (diff)
downloadJellySolutions-47a4326827a4123792e3a1165843344c8a9c7b0d.tar.gz
JellySolutions-47a4326827a4123792e3a1165843344c8a9c7b0d.tar.bz2
JellySolutions-47a4326827a4123792e3a1165843344c8a9c7b0d.zip
Fix modal z-index
Diffstat (limited to 'ufund-ui/src/app/app.component.css')
-rw-r--r--ufund-ui/src/app/app.component.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/ufund-ui/src/app/app.component.css b/ufund-ui/src/app/app.component.css
index 6cbd45b..8b6b28a 100644
--- a/ufund-ui/src/app/app.component.css
+++ b/ufund-ui/src/app/app.component.css
@@ -21,6 +21,7 @@
display: flex;
justify-content: center;
align-items: center;
+ z-index: 3;
}
#header {