Skip to content

Commit f74c0c2

Browse files
committed
timeout
1 parent 87b8b20 commit f74c0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colors/colors-w.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
// Disable scrolling
159159
setTimeout(()=>{
160160
this.scroller.style.overflowX = 'hidden';
161-
}, 0);
161+
}, 1000);
162162
}
163163
}
164164
customElements.define("expand-children", ExpandChildren);

0 commit comments

Comments
 (0)