add defer option to overlayscrollbars-solid

This commit is contained in:
Rene Haas
2022-11-30 19:05:11 +01:00
parent 1976ccaebb
commit eba650544a
7 changed files with 175 additions and 35 deletions
+1
View File
@@ -8,6 +8,7 @@ const App: Component = () => {
<OverlayScrollbarsComponent
style={{ width: '222px', height: '222px' }}
options={{ scrollbars: { theme: 'os-theme-light' } }}
defer
>
<img src={logo} class={styles.logo} alt="logo" width="333" height="333" />
</OverlayScrollbarsComponent>