Title: Chrome issues
Last modified: January 14, 2018

---

# Chrome issues

 *  [media4e](https://wordpress.org/support/users/media4e/)
 * (@media4e)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/chrome-issues-9/)
 * Hi
    Sorry… have really tried to find the solution on the forum. Just can’t get
   the sidebar to stick using Chrome (on a Mac). Seems to work ok on Safari and 
   even Chrome iphone app. Any help much appreciated cheers
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchrome-issues-9%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/chrome-issues-9/#post-9880875)
 * Hi, thanks for trying my plugin. 🙂
 * When the parent element of a sticky element has some `transform` properties, 
   this can interfere with the CSS that is applied to the element to make it sticky.
   In your case, it looks like the following CSS is causing this:
 *     ```
       #off-canvas-body-inner>#page-wrapper {
           -webkit-transform-style: preserve-3d;
           -webkit-backface-visibility: hidden; 
       }
       ```
   
 * If you’re able to remove `webkit-transform-style: preserve-3d;` from there (without
   breaking anything else in the theme), things should work.

Viewing 1 replies (of 1 total)

The topic ‘Chrome issues’ is closed to new replies.

 * ![](https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/icon-256x256.gif?
   rev=2564941)
 * [Sticky Menu & Sticky Header](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sticky-menu-or-anything-on-scroll/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Senff – a11n](https://wordpress.org/support/users/senff/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/chrome-issues-9/#post-9880875)
 * Status: not resolved