fix(ui): add position: relative; z-index: 1 to .dreams-diary__daychips (#70705)

Fix synthesis tab button being clipped/hidden at certain viewport zoom levels.

Co-authored-by: cathz <14934105@qq.com>
This commit is contained in:
cathywzeng
2026-04-24 05:10:07 +08:00
committed by GitHub
parent d4f2edbe70
commit 5a97c0d5fd

View File

@@ -827,6 +827,8 @@
min-width: 0;
overflow-x: auto;
overflow-y: hidden;
position: relative;
z-index: 1;
scrollbar-width: none;
-ms-overflow-style: none;
padding-bottom: 2px;