mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed current plan button z-index bug
This commit is contained in:
parent
362e0d69c5
commit
303e7286a2
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ export const ProductsSectionStyles = ({site}) => {
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
|
z-index: 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-portal-product-card.only-free {
|
.gh-portal-product-card.only-free {
|
||||||
|
|
Loading…
Add table
Reference in a new issue