Make sure popovers are positioned correctly
in the overlayed view_mode
This commit is contained in:
parent
59535656b6
commit
6e2249e99e
@ -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 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.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;
|
||||||
|
Loading…
Reference in New Issue
Block a user