Add z-index to small modals as well (#4923)
This commit is contained in:
parent
1dddbf35d6
commit
e756b09e5b
@ -68,12 +68,13 @@ $popoverZ: 3600;
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.modal {
|
&.modal {
|
||||||
|
z-index: $modalZ;
|
||||||
|
|
||||||
&:not(.small) {
|
&:not(.small) {
|
||||||
bottom: $modalBottom;
|
bottom: $modalBottom;
|
||||||
left: $modalLeft;
|
left: $modalLeft;
|
||||||
right: $modalRight;
|
right: $modalRight;
|
||||||
top: $modalTop;
|
top: $modalTop;
|
||||||
z-index: $modalZ;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO: Small Portals don't adjust their overall height like we have with the
|
/* TODO: Small Portals don't adjust their overall height like we have with the
|
||||||
|
Loading…
Reference in New Issue
Block a user