aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css/Dialog.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/css/Dialog.css')
-rw-r--r--frontend/src/css/Dialog.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/frontend/src/css/Dialog.css b/frontend/src/css/Dialog.css
index 47f070b..fc557d2 100644
--- a/frontend/src/css/Dialog.css
+++ b/frontend/src/css/Dialog.css
@@ -1,11 +1,21 @@
1.dimmer { 1.dimmer {
2 position: fixed; 2 position: fixed;
3 width: 100%; 3 /* WHAT A SCHTUPID ACTION */
4 width: 200%;
4 height: 100%; 5 height: 100%;
5 background-color: rgba(0, 0, 0, 0.5); 6 background-color: rgba(0, 0, 0, 0.5);
6 z-index: 4; 7 z-index: 4;
7} 8}
8 9
10.dialog-container {
11 position: absolute;
12 top: 0px;
13 left: -350px;
14 width: 100%;
15 height: 100%;
16 z-index: 10000;
17}
18
9.dialog { 19.dialog {
10 position: fixed; 20 position: fixed;
11 z-index: 4; 21 z-index: 4;
@@ -82,4 +92,4 @@
82 transform: translate(-50%, calc(-50%)); 92 transform: translate(-50%, calc(-50%));
83 opacity: 1; 93 opacity: 1;
84 } 94 }
85} \ No newline at end of file 95}