https://codepen.io/ElvinWang/pen/OBGmRg
I鈥檓 new to wavesurferjs and want to use the cursor plugin. Try a simple demo like the code in the codepen. But the cursur show outside the wrapper. I dont know where is wrong, can you help me out.
Thanks a lot!
@tbogard any ideas? Did #1511 fix this as well?
@ellVin set your wavesurfer container style to position: relative cause cursor is set to position absolute
@ellVin set your wavesurfer container style to
position: relativecause cursor is set to position absolute
thanks!
@ellVin is this also happening with the cursor example in the repository? if so, can you fix it there as well and make a pull request?
@thijstriemstra the example is correct
examples/css/style.css
90 #waveform {
91 position: relative;
92 }
Most helpful comment
@thijstriemstra the example is correct
examples/css/style.css