0
Fork 0
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:
Sodbileg Gansukh 2024-11-04 19:41:16 +08:00 committed by GitHub
parent d32cae4284
commit 264e362e06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}