fix(KB-166): revert mobile board flex layout from KB-164

- Remove mobile board flex/snap-scroll CSS overrides from styles.css
- Remove Board tests asserting direct-child column structure and semantic tag
- Delete fix-mobile-board-double-scrollbar changeset
- Retain mobile modal full-screen overrides
This commit is contained in:
Dustin Byrne
2026-03-28 09:29:10 -04:00
parent 7259b652e6
commit cf7b385549
3 changed files with 3 additions and 61 deletions

View File

@@ -1,5 +0,0 @@
---
"@dustinbyrne/kb": patch
---
Fix double horizontal scrollbar on mobile board view by switching the board from a 5-column grid to a flex layout on narrow viewports (≤768px) with snap-scrolling.