FIX: ensures chat navbar is on top of content (#30923)
Since this change
6c3a7f2a67 (diff-48126857aeb1748fb1eb2500ca69b832212061db59d93ed61dde9fd5dcddf0c7)
we had various behaviours in different browsers as what should be at the
top was ambiguous. This commit ensures the navbar is one layer above the
content.
This commit is contained in:
parent
a793f4843b
commit
a66e5ff728
|
@ -187,6 +187,7 @@ body.has-full-page-chat {
|
|||
.c-navbar-container {
|
||||
position: sticky;
|
||||
top: var(--main-outlet-offset);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.chat-messages-scroller {
|
||||
|
|
Loading…
Reference in New Issue