Make sure popovers are positioned correctly

in the overlayed view_mode
This commit is contained in:
JC Brand 2018-05-18 12:02:51 +02:00
parent 59535656b6
commit 6e2249e99e

View File

@ -50,13 +50,15 @@ body.reset {
}
#conversejs {
bottom: 0;
height: 100%;
position: fixed;
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
color: $text-color;
font-family: "Helvetica", "Arial", sans-serif;
font-size: $font-size;
direction: ltr;
display: block;
z-index: 1031; // One more than bootstrap navbar
.brand-heading {
@ -66,6 +68,10 @@ body.reset {
}
}
.popover {
position: fixed;
}
.converse-chatboxes {
z-index: 1031; // One more than bootstrap navbar
position: fixed;