We can't specify a height for an element that might grow or shrink
This commit is contained in:
parent
f607d8a93c
commit
0ac1b5f7c2
@ -3079,7 +3079,7 @@ function PMA_init_slider()
|
||||
}
|
||||
$this.addClass('slider_init_done');
|
||||
|
||||
var $wrapper = $('<div>', {'class': 'slide-wrapper'}).css('height', $this.outerHeight(true));
|
||||
var $wrapper = $('<div>', {'class': 'slide-wrapper'});
|
||||
$wrapper.toggle($this.is(':visible'));
|
||||
$('<a>', {href: '#'+this.id})
|
||||
.text(this.title)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user