fix announcement bar overlap after signup (#22664)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Okan Işıldar
2023-04-04 19:29:49 +03:00
committed by GitHub
parent 42ae1536cb
commit 8afb6a6b39

View File

@@ -3,7 +3,7 @@
body {
&.announcement-bar--fixed {
.signup-header {
top: 24px;
top: 42px;
}
}
}