Revert "Fix #15127 - fixed the white square in floating menubar"
This reverts commit 61691091e5.
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
27f56863fe
commit
1056e65b2b
@ -1128,7 +1128,8 @@ var ResizeHandler = function () {
|
||||
var windowWidth = $(window).width();
|
||||
$('#pma_navigation').width(pos);
|
||||
$('body').css('margin-' + this.left, pos + 'px');
|
||||
$('#pma_console')
|
||||
// Issue #15127
|
||||
$('#floating_menubar, #pma_console')
|
||||
.css('margin-' + this.left, (pos + resizer_width) + 'px');
|
||||
$resizer.css(this.left, pos + 'px');
|
||||
if (pos === 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user