Commit 6e2249e9 authored by JC Brand's avatar JC Brand

Make sure popovers are positioned correctly

in the overlayed view_mode
parent 59535656
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment