Fix Q2W3 Sticky Widget Issue in Chrome Browser
-
Hi,
If you’re having issue with Q2W3 sticky widget not working properly with Chrome browser then you should do following
Look for your Sidebar ID or Class if it begins like below
.main-sidebar { -webkit-backface-visibility: hidden; -webkit-perspective: 1000; }
or
.main-sidebar { -webkit-backface-visibility:hidden; -webkit-transform: translate3d(0,0,0); }
then change to following
.main-sidebar { -webkit-backface-visibility: visible; -webkit-perspective: initial; }
It should work, as it is working for me.
Thanks
- The topic ‘Fix Q2W3 Sticky Widget Issue in Chrome Browser’ is closed to new replies.