mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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…
x
Reference in New Issue
Block a user