Andy Boehm
Andy Boehm
Here's a fix that worked for me. Apply overflow:hidden only when the menu is open. #outer-wrap { position: relative; width: 100%; } .js-nav #outer-wrap { overflow: hidden; }
I needed to change: $(value).css({display: ''}); ↓ $(value).css({display: 'none'}); ...but I found this useful. Thanks!
I'm still seeing this issue when setting a custom tick count. The last tick is being cut off.
Also looking to do custom variables server side. Any insight would be much appreciated