Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyones,
i'm trying to create a simple extension and i've a problem with "expand button" showed on mouse hover (in the img below).
Have someone an idea to disable this feature (via js i mean). Thanks!!!
I've found a solution.
If anyone has the same problem, in the link below there's a complete explanation of that!!
Check the CSS with prompt tags like Class as follows?
.qv-object-MyExtensionName, .qv-object-nav.icon-zoom-in { display: none; }
Ty so much for the answer but unfortunately i doesn't solved the issue.
I think it can be a property setting in the file .js.
I've found a solution.
If anyone has the same problem, in the link below there's a complete explanation of that!!