css: fix popup broken by new animation

fix connectivity
fix chat and users
This commit is contained in:
Sebastian Castro 2020-04-06 19:30:51 +02:00 committed by muxator
parent 9b60bb4d55
commit 9497db89c9
5 changed files with 18 additions and 8 deletions

View file

@ -66,7 +66,7 @@ var chat = (function()
userAndChat = false;
}
padcookie.setPref("chatAndUsers", userAndChat);
$('#users, .sticky-container').toggleClass("chatAndUsers stickyUsers", userAndChat);
$('#users, .sticky-container').toggleClass("chatAndUsers popup-show stickyUsers", userAndChat);
$("#chatbox").toggleClass("chatAndUsersChat", userAndChat);
},
hide: function ()