mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user