Improved text modules.

This commit is contained in:
Martin Edenhofer 2015-01-19 23:24:20 +01:00
parent bb1c476db1
commit 20c5bfd22c
2 changed files with 1926 additions and 0 deletions

View file

@ -191,6 +191,7 @@
// set height of widget
Plugin.prototype.movePosition = function() {
if (!this._position) return
var height = this.$element.height() + 20
var widgetHeight = this.$widget.find('ul').height() //+ 60 // + height
var top = -( widgetHeight + height ) + this._position.top

File diff suppressed because it is too large Load diff