Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorRahul Gurung <gurungrahul2@gmail.com>2019-08-13 09:05:51 +0300
committerRahul Gurung <gurungrahul2@gmail.com>2019-08-13 09:05:51 +0300
commit2eaf9a516b5cd5768d3f4826ef24251f9eb53723 (patch)
tree79c46b2f6289e1c3c3099afe0531f97b580c83bc /js
parent7367753d0c0f894a4a370a7a4e9af9f34b174d77 (diff)
fixed whitesquare in floating menubar
Signed-off-by: Rahul Gurung <gurungrahul2@gmail.com>
Diffstat (limited to 'js')
-rw-r--r--js/navigation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/navigation.js b/js/navigation.js
index 494b7d0a04..3f6ad7c9f1 100644
--- a/js/navigation.js
+++ b/js/navigation.js
@@ -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) {