Region Text Bounds
#3991
-
Is there a way to confine the region text to not extend outside of the region when resizing to a smaller duration? |
Beta Was this translation helpful? Give feedback.
Answered by
katspaugh
Jan 8, 2025
Replies: 1 comment 2 replies
-
You can contain it with one or all of these custom styles: #your-container ::part(region) {
overflow: auto;
hyphens: auto;
word-break: break-word;
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Lowgy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can contain it with one or all of these custom styles:
See https://wavesurfer.xyz/examples/?styling.js