Wave misaglined/broke rendering/misplaced #3776
Unanswered
FossaMalaEnt
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Try replacing |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, really thanks for the work done on this library, I have some issues in the rendering of the wave foarm, as you can see from the image, the cursor is too long (height), the base wave is correctly placed and have the right height, but the progress wave is not center aligned.
I'm not sure what's causing the issue I'm currently using a container for the rendering, I tried rendering on the body tag and works fine, when I selected a container (like a div) I see this issue.
Here a screenshot of the wave rendered in the body:
I tried height to 'auto', tried with a fixed pixel size but the issue persist.
I'm using
display:flex;
on the container cause without it the wave is totally misplaced:Environment
Minimal code snippet
Beta Was this translation helpful? Give feedback.
All reactions