fixed whitesquare in floating menubar

Signed-off-by: Rahul Gurung <gurungrahul2@gmail.com>
This commit is contained in:
Rahul Gurung 2019-08-13 11:35:51 +05:30
parent 7367753d0c
commit 2eaf9a516b

View File

@ -1128,7 +1128,7 @@ var ResizeHandler = function () {
var windowWidth = $(window).width();
$('#pma_navigation').width(pos);
$('body').css('margin-' + this.left, pos + 'px');
$('#floating_menubar, #pma_console')
$('#pma_console')
.css('margin-' + this.left, (pos + resizer_width) + 'px');
$resizer.css(this.left, pos + 'px');
if (pos === 0) {