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