Skip to content

Commit

Permalink
fix(sbb-dialog): fix resizing flickering (#3065)
Browse files Browse the repository at this point in the history
Closes #3063
  • Loading branch information
jeripeierSBB authored Sep 6, 2024
1 parent 0f10796 commit 06aa927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/dialog/dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@

:host(:is([data-state='opened'], [data-state='opening'])) {
--sbb-dialog-pointer-events: all;
--sbb-dialog-backdrop-color: var(--sbb-color-milk);

@include sbb.mq($from: medium) {
--sbb-dialog-backdrop-visibility: visible;
--sbb-dialog-backdrop-pointer-events: all;
--sbb-dialog-backdrop-color: var(--sbb-color-milk);
}
}

Expand Down

0 comments on commit 06aa927

Please sign in to comment.