mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed sticky unsubscribe from all button on mobile (#21514)
ref DES-785
This commit is contained in:
parent
d32cae4284
commit
264e362e06
1 changed files with 2 additions and 2 deletions
|
@ -462,11 +462,11 @@ export const ProductsSectionStyles = () => {
|
|||
min-width: unset;
|
||||
}
|
||||
|
||||
.gh-portal-btn-product {
|
||||
.gh-portal-btn-product:not(.gh-portal-btn-unsubscribe) {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.gh-portal-btn-product::before {
|
||||
.gh-portal-btn-product:not(.gh-portal-btn-unsubscribe)::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue