Search shadow-layer should be on top of the user-dialog

This commit is contained in:
Poornima Nayar
2019-05-03 13:07:05 +01:00
parent 4881fb76e4
commit 4fa07389dd
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
height: 100%;
width: 100%;
position: fixed;
z-index: @zindexOverlayBackdrop;
z-index: @zindexUmbOverlay;
top: 0;
left: 0;
pointer-events: none;

View File

@@ -4,7 +4,7 @@
*/
.umb-search {
position: fixed;
z-index: @zindexUmbOverlay;
z-index: @zindexSearchBox;
width: 660px;
max-width: 90%;
transform: translate(-50%, 0);

View File

@@ -426,7 +426,7 @@
@zindexFixedNavbar: 1030;
@zindexModalBackdrop: 1040;
@zindexModal: 1050;
@zindexSearchBox: 8000;
@zindexUmbOverlay: 7500;
@zindexOverlayBackdrop: 2000;