fianlly fixed STT button (window scroll event fixes)

This commit is contained in:
Nasir Anthony Montalvo
2026-03-09 01:40:49 -05:00
parent 077f9032b3
commit 774bc75735
2 changed files with 47 additions and 34 deletions

View File

@@ -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 {