commit c06b8cbde765589e0dbc04ab8c1f42dfe6361655
parent ca4421450c2eca9ef225507c6dfbb7cc4ef98674
Author: Hunter
Date:   Sat,  1 Nov 2025 22:09:01 -0400

increase progress bar vertical hitbox

Diffstat:
Mstyles.css | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/styles.css b/styles.css @@ -231,6 +231,18 @@ body { z-index: 2; } +.progress-container::before { + content: ''; + position: absolute; + left: 15px; + right: 15px; + top: 50%; + transform: translateY(-50%); + margin-top: -3.5px; + height: 24px; + pointer-events: auto; +} + .shadow-overlay { position: sticky; top: -1px;