aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurtaza Sultani <sultani@data-quest.de>2025-11-17 11:19:35 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2026-01-16 12:09:58 +0100
commit4cc0254129517a3ebcde408c924475bbf94ee24d (patch)
tree1532078a18b526d8962f50115049d0720a8d1dfa
parent1ebcd371f4bbf2cbf26615c8ef2488b512878c5c (diff)
Resolve "Vue Komponente: Dialog-Backdrop vereinheitlichen"
Closes #6054 Merge request studip/studip!4609
-rw-r--r--resources/assets/stylesheets/scss/dialog.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/resources/assets/stylesheets/scss/dialog.scss b/resources/assets/stylesheets/scss/dialog.scss
index 97f74f8..4890753 100644
--- a/resources/assets/stylesheets/scss/dialog.scss
+++ b/resources/assets/stylesheets/scss/dialog.scss
@@ -317,12 +317,8 @@ v u e d i a l o g
* * * * * * * * */
.studip-dialog-backdrop {
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- background-color: fade-out($base-color, 0.5);
+ @extend .ui-widget-overlay;
+ inset: 0;
display: flex;
justify-content: center;
align-items: center;