Skip to content

Commit a14441c

Browse files
committed
fix(Swal): add style
1 parent 33e2aee commit a14441c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/BootstrapBlazor/Components/SweetAlert/SweetAlert.razor.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.swal {
2+
--bb-swal-zindex: 1075;
3+
z-index: var(--bb-swal-zindex);
4+
}
5+
16
.swal2-header {
27
display: flex;
38
flex-direction: column;

0 commit comments

Comments
 (0)