File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <Version >9.11.0-beta01 </Version >
4
+ <Version >9.11.0</Version >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 5
5
OnShownAsync =" @_onShownAsync" OnCloseAsync =" @_onCloseAsync" class =" @ClassString" >
6
6
@for ( var index = 0 ; index < DialogParameters .Keys .Count ; index ++ )
7
7
{
8
+ if (index != 0 && index == DialogParameters .Keys .Count - 1 )
9
+ {
10
+ < div class = " modal-backdrop fade show" >< / div >
11
+ }
12
+
8
13
@RenderDialog(index , DialogParameters .Keys .ElementAt (index ))
9
14
}
10
15
</Modal >
Original file line number Diff line number Diff line change 82
82
width : 100vw !important ;
83
83
}
84
84
85
+ .modal-multiple {
86
+ --bb-backdrop-zindex : 1050 ;
87
+ }
88
+
85
89
.modal-multiple .modal-dialog {
86
90
position : fixed ;
87
91
inset : 0 ;
88
-
89
- & :last-child :before {
90
- content : " " ;
91
- position : fixed ;
92
- inset : 0 ;
93
- background-color : #000 ;
94
- opacity : 0.3 ;
95
- pointer-events : auto ;
96
- }
97
92
}
98
93
99
94
.modal-multiple ~ .modal-backdrop {
100
95
display : none ;
101
96
}
102
97
98
+ .modal-multiple .modal-backdrop {
99
+ z-index : var (--bb-backdrop-zindex );
100
+ }
101
+
102
+ .modal-multiple .modal-backdrop + .modal-dialog {
103
+ z-index : var (--bb-backdrop-zindex );
104
+ }
105
+
103
106
@media print {
104
107
.bb-printview-open {
105
108
overflow : auto !important ;
You can’t perform that action at this time.
0 commit comments