0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added box-sizing to the announcement bar

no issues

- it overrides the default content-box behavior and prevents the bar becoming taller than it should be
This commit is contained in:
Sodbileg Gansukh 2023-06-29 08:33:39 +08:00
parent 98a8727538
commit e8e2077548

View file

@ -1,3 +1,8 @@
.gh-announcement-bar,
.gh-announcement-bar * {
box-sizing: border-box !important;
}
.gh-announcement-bar {
position: relative;
z-index: 90;