aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Popup.svelte4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Popup.svelte b/src/lib/Popup.svelte
index badd4f2c..2eb799bd 100644
--- a/src/lib/Popup.svelte
+++ b/src/lib/Popup.svelte
@@ -33,6 +33,10 @@
<style>
.popup {
z-index: 3;
+
+ position: fixed;
+ top: 5%;
+ left: 50%;
}
.centered {