aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/popup.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/styles/popup.scss b/src/styles/popup.scss
index 645e9d23..fda4831e 100644
--- a/src/styles/popup.scss
+++ b/src/styles/popup.scss
@@ -9,3 +9,10 @@
justify-content: center;
align-items: center;
}
+
+.popup-fullscreen {
+ width: 100%;
+ height: 100%;
+ background-color: rgba(0, 0, 0, 0.5);
+ z-index: 9999;
+}