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:
William Desportes 2019-08-15 19:00:01 +02:00
parent 27f56863fe
commit 1056e65b2b
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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) {