Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
callionica committed Sep 6, 2024
1 parent 87b8b20 commit f74c0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/colors-w.htm
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
// Disable scrolling
setTimeout(()=>{
this.scroller.style.overflowX = 'hidden';
}, 0);
}, 1000);
}
}
customElements.define("expand-children", ExpandChildren);
Expand Down

0 comments on commit f74c0c2

Please sign in to comment.