Changeset c3ad46d in Klonkt for src/views


Ignore:
Timestamp:
06/17/2026 02:07:28 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
93d6345
Parents:
dd80030
Message:

Fix: horizontal clipping on html (not body) — no h-scroll + fixed bottom tab correct

Previous fix (overflow-x:clip on html) doesn't clip reliably at viewport level →
horizontal scroll returned + the fixed bar was mispositioned. Now:

  • html { overflow-x: hidden } → propagates to the viewport (no h-scroll), does NOT break position:fixed (html is the document scroller anyway).
  • body gets NO overflow-x → doesn't become a second scroll container → bottom tab stays fixed while scrolling.

CSS cache-buster v7.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    rdd80030 rc3ad46d  
    163163
    164164<!-- v9 stylesheet (full palette system) -->
    165 <link rel="stylesheet" href="/assets/css/style.css?v=6">
     165<link rel="stylesheet" href="/assets/css/style.css?v=7">
    166166
    167167<!-- Audio player styles: loaded on every page so the mini-player works
Note: See TracChangeset for help on using the changeset viewer.