diff --git a/frontend/src/routes/document/PositionSelector.svelte b/frontend/src/routes/document/PositionSelector.svelte
index 48c8a1d..3f0b705 100644
--- a/frontend/src/routes/document/PositionSelector.svelte
+++ b/frontend/src/routes/document/PositionSelector.svelte
@@ -26,7 +26,6 @@
bottom: 20px;
left: 0;
right: 0;
- background: rgba(0,0,0,0.9);
padding: 10px;
overflow: auto;
@@ -37,7 +36,7 @@
}
-
+
diff --git a/frontend/src/routes/document/View.svelte b/frontend/src/routes/document/View.svelte
index e4f2001..c3ddb71 100644
--- a/frontend/src/routes/document/View.svelte
+++ b/frontend/src/routes/document/View.svelte
@@ -179,7 +179,9 @@
diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css
index d9e9fc0..fa368a1 100644
--- a/web/src/main/resources/web/css/default.css
+++ b/web/src/main/resources/web/css/default.css
@@ -71,4 +71,8 @@ td, tr{
.clear{
clear: both;
+}
+.position_selector{
+ background: rgba(0,0,0,0.7);
+ backdrop-filter: blur(3px);
}
\ No newline at end of file
diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css
index cf43906..7c952fe 100644
--- a/web/src/main/resources/web/css/winter.css
+++ b/web/src/main/resources/web/css/winter.css
@@ -45,4 +45,9 @@ footer {
border-color: cyan;
border-style: dashed;
border-width: 1px 0 0;
+}
+
+.position_selector{
+ background: rgba(255,255,255,0.8);
+ backdrop-filter: blur(3px);
}
\ No newline at end of file