Resource icon

Unmaintained Make Xenforo drop down .Menu content scrolling buttery smooth on touch devices

The items within a xenforo menu do not scroll smoothly on iOS or Android devices in stock Xenforo. Here's a quick fix you can add to EXTRA.css to make it properly hardware accelerated and much more responsive to input:
Code:
.Menu {-webkit-overflow-scrolling: touch;}
.Menu > * {-webkit-transform: translateZ(0px);}

Google Maps uses this...
You do not have permission to view the full content of this resource. Log in or register now.
Author
TrevC
Views
1,156
First release
Last update

Ratings

5.00 star(s) 4 ratings

Latest reviews

Thank you
Thanks :)
Ah, clever little mod. Thanks.
good to know! Thanks
Top Bottom