This was fixed using the following:
.xoo-qv-container {
border-radius: 10px;
}
.xoo-qv-main {
background-color: transparent !important;
}
When applying border-radius to “.xoo-qv-main” it creates this issue.
Hello,
I found the problem:
.xoo-qv-container, .xoo-qv-main {
border-radius: 10px;
}
When applying a border radius to the quick view window, it creates this issue. I believe you can test this on your own test site.
EDIT: I tested this on your live demo in Chrome. I added the values to the editor, then exited the editor and hovered my mouse over some buttons.
-
This reply was modified 8 years, 8 months ago by cosmicfox.