Make popovers resize dynamically on page resize (#3891)
Related #3603. Credit to @Teranode
This commit is contained in:
parent
d21ae831c0
commit
4ccf91feca
|
|
@ -115,6 +115,10 @@
|
|||
*/
|
||||
this.reposition()
|
||||
|
||||
$(window).on('resize', function(e) {
|
||||
self.reposition()
|
||||
})
|
||||
|
||||
/*
|
||||
* Display the popover
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue