SlidePanel: update content div when setting size
This commit is contained in:
parent
6c1273f03a
commit
9986aff802
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ Ox.SlidePanel = function(options, self) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateElements() {
|
function updateElements() {
|
||||||
|
self.$content.css(getContentCSS());
|
||||||
self.options.elements.forEach(function(element, index) {
|
self.options.elements.forEach(function(element, index) {
|
||||||
element.element.css(getElementCSS(index));
|
element.element.css(getElementCSS(index));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue