Make popovers resize dynamically on page resize (#3891)

Related #3603. Credit to @Teranode
This commit is contained in:
Christian 2018-10-25 14:40:34 -04:00 committed by Luke Towers
parent d21ae831c0
commit 4ccf91feca

View File

@ -115,6 +115,10 @@
*/
this.reposition()
$(window).on('resize', function(e) {
self.reposition()
})
/*
* Display the popover
*/