-
-
Notifications
You must be signed in to change notification settings - Fork 94
-
Hello everyone, I'm seeing a weird grey box graphic sitting behind the default handle graphic in my setup. The codepen examples don't exhibit this. Has anyone come across this, along with a solution?
This is what the handle look like:
image
Just using the defaults, so not doing any custom svg handles.
(using Vue.js, but the iro element is currently just sitting as a plain HTML div)
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
Are you sure you don't have any CSS styles on your page that might be interfering with SVG elements? There isn't any reason this would happen unless your page has some styles like svg { background: grey; } somewhere. Inspect element on the handle would be able to track this down.
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks @jaames that was it – indeed I had another remnant CSS style overriding the background in the svg tag.
Beta Was this translation helpful? Give feedback.