summaryrefslogtreecommitdiff
path: root/themes/itheme/static/css/search.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/itheme/static/css/search.css')
-rw-r--r--themes/itheme/static/css/search.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/itheme/static/css/search.css b/themes/itheme/static/css/search.css
new file mode 100644
index 0000000..40d4811
--- /dev/null
+++ b/themes/itheme/static/css/search.css
@@ -0,0 +1,21 @@
+#modal-wrapper{
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: rgba(25,25,25,0.3);
+ z-index: 999;
+ backdrop-filter: blur(5px);
+}
+
+.modal-body{
+ width: 50%;
+ transform: translateX(50%);
+ margin-top: 10vh;
+}
+
+.aa-Panel{
+ position: fixed !important;
+ z-index: 999;
+} \ No newline at end of file