Rollup merge of #78013 - GuillaumeGomez:fix-sidebar-scroll-mobile-devices, r=jyn514
Fix sidebar scroll on mobile devices Fixes #77942. The issue was coming from the appearance/disappearance of the "wrapper" on the mobile devices web browsers, which triggers the "resize" event, calling the `hideSidebar` function is the JS code. r? @jyn514
This commit is contained in:
commit
001fcd96d5
@ -2716,10 +2716,6 @@ function defocusSearchBar() {
|
||||
};
|
||||
}
|
||||
|
||||
window.onresize = function() {
|
||||
hideSidebar();
|
||||
};
|
||||
|
||||
if (main) {
|
||||
onEachLazy(main.getElementsByClassName("loading-content"), function(e) {
|
||||
e.remove();
|
||||
|
Loading…
Reference in New Issue
Block a user