Fix regression from commit dab7a58304
This commit is contained in:
parent
06a3aea995
commit
a6dc747df1
@ -3704,6 +3704,7 @@ $(document).ready(function() {
|
||||
$(document).ready(function () {
|
||||
if ($("#floating_menubar").length) {
|
||||
$("#floating_menubar")
|
||||
.css('z-index', 500)
|
||||
.append($('#serverinfo'))
|
||||
.append($('#topmenucontainer'));
|
||||
$('body').css(
|
||||
|
||||
@ -883,7 +883,6 @@ div#tablestatistics table {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%';
|
||||
z-index: 500;
|
||||
}
|
||||
|
||||
#serverinfo {
|
||||
|
||||
@ -1094,7 +1094,6 @@ div#tablestatistics table {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%';
|
||||
z-index: 500;
|
||||
}
|
||||
|
||||
#serverinfo {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user