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 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >9.11.0-beta01 </Version >
4+ <Version >9.11.0</Version >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change 55 OnShownAsync =" @_onShownAsync" OnCloseAsync =" @_onCloseAsync" class =" @ClassString" >
66 @for ( var index = 0 ; index < DialogParameters .Keys .Count ; index ++ )
77 {
8+ if (index != 0 && index == DialogParameters .Keys .Count - 1 )
9+ {
10+ < div class = " modal-backdrop fade show" >< / div >
11+ }
12+
813 @RenderDialog(index , DialogParameters .Keys .ElementAt (index ))
914 }
1015</Modal >
Original file line number Diff line number Diff line change 8282 width : 100vw !important ;
8383}
8484
85+ .modal-multiple {
86+ --bb-backdrop-zindex : 1050 ;
87+ }
88+
8589.modal-multiple .modal-dialog {
8690 position : fixed ;
8791 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- }
9792}
9893
9994.modal-multiple ~ .modal-backdrop {
10095 display : none ;
10196}
10297
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+
103106@media print {
104107 .bb-printview-open {
105108 overflow : auto !important ;
You can’t perform that action at this time.
0 commit comments