diff options
| author | Murtaza Sultani <sultani@data-quest.de> | 2025-11-17 11:19:35 +0100 |
|---|---|---|
| committer | Murtaza Sultani <sultani@data-quest.de> | 2025-11-17 11:19:35 +0100 |
| commit | 4f030b0df9247e5b0bf4ccad7814a5cb1bad0750 (patch) | |
| tree | b18cc0525792a3a1cfb36b9db3f37bea7ff5c3c1 /resources | |
| parent | a1026373531f77890799ca5f306802544afb9510 (diff) | |
Resolve "Vue Komponente: Dialog-Backdrop vereinheitlichen"
Closes #6054
Merge request studip/studip!4609
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/assets/stylesheets/scss/dialog.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/resources/assets/stylesheets/scss/dialog.scss b/resources/assets/stylesheets/scss/dialog.scss index 014d19c..efac89a 100644 --- a/resources/assets/stylesheets/scss/dialog.scss +++ b/resources/assets/stylesheets/scss/dialog.scss @@ -314,12 +314,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; |
