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:
Joffrey JAFFEUX 2025-01-22 11:48:02 +01:00 committed by GitHub
parent a793f4843b
commit a66e5ff728
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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 {