fianlly fixed STT button (window scroll event fixes)
This commit is contained in:
@@ -1265,15 +1265,18 @@ figure {
|
||||
}
|
||||
|
||||
/* ============================================================================
|
||||
SCROLL TO TOP - FULL STYLING (all viewports)
|
||||
SCROLL TO TOP
|
||||
============================================================================ */
|
||||
|
||||
#scroll-to-top {
|
||||
position: fixed;
|
||||
bottom: 4.5rem;
|
||||
right: 1rem;
|
||||
z-index: 9999;
|
||||
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
touch-action: manipulation;
|
||||
cursor: pointer;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
#scroll-to-top:hover {
|
||||
|
||||
Reference in New Issue
Block a user