aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainViewModal.scss
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-03-10 11:57:30 -0500
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-03-10 11:57:30 -0500
commit89b7b2ae27cbab6a7edd5fa3759949afe2cd2f71 (patch)
treee3d034d928a63f478ea705c083a3f74764e38d03 /src/client/views/MainViewModal.scss
parente7dd6dbdf8d01cef390ff65c0948e5e70ac232cf (diff)
parent80597c4780b1e8833d3742339836815d388356d2 (diff)
conflicts
Diffstat (limited to 'src/client/views/MainViewModal.scss')
-rw-r--r--src/client/views/MainViewModal.scss52
1 files changed, 30 insertions, 22 deletions
diff --git a/src/client/views/MainViewModal.scss b/src/client/views/MainViewModal.scss
index 812fe540b..5f19590b4 100644
--- a/src/client/views/MainViewModal.scss
+++ b/src/client/views/MainViewModal.scss
@@ -1,26 +1,34 @@
-.dialogue-box {
+.mainViewModal-cont {
+ pointer-events: all;
position: absolute;
- z-index: 1000;
- text-align: center;
- justify-content: center;
- align-self: center;
- align-content: center;
- padding: 20px;
- // background: gainsboro;
- background: white;
- border-radius: 10px;
- border: 0.5px solid black;
- box-shadow: #00000044 5px 5px 10px;
- transform: translate(-50%, -50%);
- top: 50%;
- left: 50%;
- transition: 0.5s all ease;
-}
-
-.overlay {
+ z-index: 10000;
width: 100%;
height: 100%;
- position: absolute;
- z-index: 999;
- transition: 0.5s all ease;
+ .dialogue-box {
+ position: absolute;
+ z-index: 1000;
+ text-align: center;
+ justify-content: center;
+ align-self: center;
+ align-content: center;
+ padding: 20px;
+ // background: gainsboro;
+ background: white;
+ border-radius: 10px;
+ border: 0.5px solid black;
+ box-shadow: #00000044 5px 5px 10px;
+ transform: translate(-50%, -50%);
+ top: 50%;
+ left: 50%;
+ transition: 0.5s all ease;
+ }
+
+ .overlay {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ z-index: 999;
+ transition: 0.5s all ease;
+ }
+
} \ No newline at end of file