mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-11 12:32:27 +03:00
add defer option to overlayscrollbars-solid
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user