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;}
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;}