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:
parent
98a8727538
commit
e8e2077548
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
.gh-announcement-bar,
|
||||
.gh-announcement-bar * {
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
||||
.gh-announcement-bar {
|
||||
position: relative;
|
||||
z-index: 90;
|
||||
|
|
Loading…
Reference in a new issue