fix announcement bar overlap after signup (#22664)

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Okan Işıldar
2023-04-04 19:29:49 +03:00
коммит произвёл GitHub
родитель 42ae1536cb
Коммит 8afb6a6b39

Просмотреть файл

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