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;
pointer-events: none;
overflow-y: scroll; /* Match textarea scrollbar space */
overflow-x: hidden;
overflow-x: auto; /* Match textarea for horizontal scroll sync */
color: var(--text-primary);
background-color: var(--bg-primary);
z-index: 0;