fix: prevent zoom inheritance on fixed buttons (info and back-to-top)
This commit is contained in:
@@ -2592,6 +2592,7 @@ html {
|
|||||||
z-index: 99;
|
z-index: 99;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
|
zoom: 1; /* Prevent zoom inheritance */
|
||||||
}
|
}
|
||||||
|
|
||||||
.back-to-top:hover {
|
.back-to-top:hover {
|
||||||
@@ -2643,6 +2644,7 @@ html {
|
|||||||
z-index: 99;
|
z-index: 99;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
|
zoom: 1; /* Prevent zoom inheritance */
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-button:hover {
|
.info-button:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user