kjfrank
Member
Posted 3 months ago #
when I activate this plugin my scrollbars in chrome diappear.
I went into /plugins/ajaxy-search-form/themes/common.css
if I comment out:
::-webkit-scrollbar {
height: 10px;
overflow: visible;
width: 13px;
}
the scrollbars reappear.
I also appears that all of the styles within that declaration must be removed or the scrollbars will disappear(turn black, but the scrollbar still functions).
Is this style declaration necessary?
http://wordpress.org/extend/plugins/ajaxy-search-form/
Stapletoon
Member
Posted 3 months ago #
Exactly the problem i had with Chrome on OSX, the scrollbar went black.
Commenting out that line solves the problem for me and i don't see any side effects in other browsers yet.
arielmeadow
Member
Posted 1 month ago #
Same issue here. Will try this fix -- thank you!
Commenting out the code snippet solved the problem.
n-for-all
Member
Plugin Author
Posted 3 weeks ago #
i will issue a fix for this