This changes the z-index of the Blazor reconnect modal to be aligned with the z-index used by Bootstrap for modals overlays. If users rely on Bootstrap for overlays within application this would prevent obstruction of the Blazor's reconnect information with other overlays in the application. Addresses #12867
This commit is contained in:
parent
5ff9ed68d1
commit
a2f38254d4
|
|
@ -22,7 +22,7 @@ export class DefaultReconnectDisplay implements ReconnectDisplay {
|
|||
'right: 0',
|
||||
'bottom: 0',
|
||||
'left: 0',
|
||||
'z-index: 1000',
|
||||
'z-index: 1050',
|
||||
'display: none',
|
||||
'overflow: hidden',
|
||||
'background-color: #fff',
|
||||
|
|
|
|||
Loading…
Reference in New Issue