victor-valencia / bootstrap-iconpicker

A simple icon picker
https://victor-valencia.github.com/bootstrap-iconpicker/
MIT License
380 stars 139 forks source link

Issue on resize window when popover show #71

Open chrispcb opened 6 years ago

chrispcb commented 6 years ago

issue on responsive: on resize window, popover should be hidden.

fast fix:

$(window).on('resize', function() { 
    $('.iconpicker-popover').hide()
});