overflow-x
This commit is contained in:
parent
a477f9b169
commit
df6f3abf89
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue