diff options
| author | Murtaza Sultani <sultani@data-quest.de> | 2025-11-17 11:19:35 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-01-16 12:09:19 +0100 |
| commit | 988d1bb25c505ff42facc698eee588f31aade59e (patch) | |
| tree | daef0e85ecbba6de99dfafbcc7c5fdc5ea3d86ed /resources | |
| parent | 2df22e67ef48116a58c8fec307cef867503180c8 (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 de0c5ae..13df760 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; |
