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