aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/app.component.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-04 17:22:10 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-04 17:22:10 -0400
commitd85eeb6918d521197c2e6ad1e3da2dec8ce95398 (patch)
tree69747e9666542e1766603d753b7fd06d1be9801b /ufund-ui/src/app/app.component.css
parent5a0bdd977d1e0f659c9ced795def86f031665759 (diff)
downloadJellySolutions-d85eeb6918d521197c2e6ad1e3da2dec8ce95398.tar.gz
JellySolutions-d85eeb6918d521197c2e6ad1e3da2dec8ce95398.tar.bz2
JellySolutions-d85eeb6918d521197c2e6ad1e3da2dec8ce95398.zip
Edit modal
Diffstat (limited to 'ufund-ui/src/app/app.component.css')
-rw-r--r--ufund-ui/src/app/app.component.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/ufund-ui/src/app/app.component.css b/ufund-ui/src/app/app.component.css
index f4ed668..ee6e2f7 100644
--- a/ufund-ui/src/app/app.component.css
+++ b/ufund-ui/src/app/app.component.css
@@ -4,6 +4,23 @@
height: 100%;
}
+#scroll {
+ overflow: auto;
+ min-height: 100%;
+}
+
+.modal {
+ position: absolute;
+ background-color: #000000a8;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+
#header {
display: flex;
flex-direction: row;