diff --git a/static/css/main.css b/static/css/main.css index 0072b52..23a57bc 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2956,13 +2956,12 @@ html { } } -/* Very narrow mobile - Stack back-to-top above info button (left side) */ +/* Very narrow mobile - Move back-to-top UP on RIGHT side to avoid overlap */ @media (max-width: 483px) { .back-to-top { - /* Move to left side, above info button */ - left: 1.5rem !important; - right: auto !important; - bottom: 5.5rem !important; /* 4rem above info button (1.5rem + 50px + gap) */ + /* Stay on RIGHT side, just move UP higher */ + right: 1.5rem !important; + bottom: 5.5rem !important; /* Higher position to clear bottom button row */ } }