Skip to content

Instantly share code, notes, and snippets.

@lesaff
Created September 9, 2015 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lesaff/ed63152d3b71ffa7b0c2 to your computer and use it in GitHub Desktop.
Save lesaff/ed63152d3b71ffa7b0c2 to your computer and use it in GitHub Desktop.
Using Highcharts with UIKit Tabs

How to fix Highcharts div width behind hidden UIKit tab?

Add the following to your css

/* Fix chart width behind hidden tab */
.uk-switcher > li {display: block !important; height: 0; overflow-y: hidden;}
.uk-switcher > li.uk-active {height: auto;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment