1
Fork 0

Fix sidebar scroll on mobile devices

This commit is contained in:
Guillaume Gomez 2020-10-16 15:01:17 +02:00
parent 0e022fc2b8
commit a577942a8f

View file

@ -2716,10 +2716,6 @@ function defocusSearchBar() {
};
}
window.onresize = function() {
hideSidebar();
};
if (main) {
onEachLazy(main.getElementsByClassName("loading-content"), function(e) {
e.remove();