From 12422d275c4e69bbf2cd0b0bf03e05d1c75137d8 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 23 Jan 2026 00:50:45 +0900 Subject: [PATCH] fix mobile layout tab --- src/web/styles/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/web/styles/main.css b/src/web/styles/main.css index 1ef65f5..1955387 100644 --- a/src/web/styles/main.css +++ b/src/web/styles/main.css @@ -282,6 +282,14 @@ body { display: flex; gap: 4px; margin-bottom: 16px; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + scrollbar-width: none; + -ms-overflow-style: none; +} + +.mode-tabs::-webkit-scrollbar { + display: none; } .tab { @@ -293,6 +301,8 @@ body { border-radius: 6px; font-size: 14px; cursor: pointer; + flex-shrink: 0; + white-space: nowrap; } .tab:hover {