Change z-index value for reconnect modal. Fixes #12867 (#17512)

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:
Piotr Błażejewicz (Peter Blazejewicz) 2019-12-11 22:15:04 +01:00 committed by Artak
parent 5ff9ed68d1
commit a2f38254d4
1 changed files with 1 additions and 1 deletions

View File

@ -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',