overflow-x

This commit is contained in:
Gamosoft 2026-03-10 11:36:05 +01:00
parent a477f9b169
commit df6f3abf89
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@
inset: 0; inset: 0;
pointer-events: none; pointer-events: none;
overflow-y: scroll; /* Match textarea scrollbar space */ overflow-y: scroll; /* Match textarea scrollbar space */
overflow-x: hidden; overflow-x: auto; /* Match textarea for horizontal scroll sync */
color: var(--text-primary); color: var(--text-primary);
background-color: var(--bg-primary); background-color: var(--bg-primary);
z-index: 0; z-index: 0;