Skip to content

Commit 5529bd5

Browse files
authored
fix(Swal): add ZIndex style variable (#6557)
* fix(Swal): add style * chore: bump version 9.9.1
1 parent 33e2aee commit 5529bd5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.9.1-beta06</Version>
4+
<Version>9.9.1</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

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)