mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 05:19:39 +03:00
fix(website): typo in word "native"
This commit is contained in:
@@ -588,7 +588,7 @@ Custom themes can be done in multiple ways. The easiest and fastest is to use th
|
||||
|
||||
Everything thats considered not core functionality or old browser compatibility is exposed via a plugin. This is done because all unused plugins are treeshaken and thus won't end up in your final bundle. OverlayScrollbars comes with the following plugins:
|
||||
|
||||
- **ScrollbarsHidingPlugin**: Is needed for old browsers which aren't supporting nativ scrollbar styling features. [You can find the list of browsers where you need this plugin here](https://caniuse.com/?search=scrollbar%20styling) (note that even though `iOS Safari >= 14` is marked as unsupported you only need this plugin for `iOS < 7.1`).
|
||||
- **ScrollbarsHidingPlugin**: Is needed for old browsers which aren't supporting native scrollbar styling features. [You can find the list of browsers where you need this plugin here](https://caniuse.com/?search=scrollbar%20styling) (note that even though `iOS Safari >= 14` is marked as unsupported you only need this plugin for `iOS < 7.1`).
|
||||
- **SizeObserverPlugin**: Is needed for old browsers which aren't supporting the `ResizeObserver` api. [You can find the list of browsers where you need this plugin here](https://caniuse.com/?search=ResizeObserver)
|
||||
- **ClickScrollPlugin**: If you want to use the option `scrollbars: { clickScroll: true }`.
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -250,7 +250,7 @@ In case you need more freedom you can create your own styles by adding styling t
|
||||
<h2>Plugins</h2>
|
||||
<p>Everything thats considered not core functionality or old browser compatibility is exposed via a plugin. This is done because all unused plugins are treeshaken and thus won't end up in your final bundle. OverlayScrollbars comes with the following plugins:</p>
|
||||
<ul>
|
||||
<li><strong>ScrollbarsHidingPlugin</strong>: Is needed for old browsers which aren't supporting nativ scrollbar styling features. <a href="https://caniuse.com/?search=scrollbar%20styling">You can find the list of browsers where you need this plugin here</a> (note that even though <code>iOS Safari >= 14</code> is marked as unsupported you only need this plugin for <code>iOS < 7.1</code>).</li>
|
||||
<li><strong>ScrollbarsHidingPlugin</strong>: Is needed for old browsers which aren't supporting native scrollbar styling features. <a href="https://caniuse.com/?search=scrollbar%20styling">You can find the list of browsers where you need this plugin here</a> (note that even though <code>iOS Safari >= 14</code> is marked as unsupported you only need this plugin for <code>iOS < 7.1</code>).</li>
|
||||
<li><strong>SizeObserverPlugin</strong>: Is needed for old browsers which aren't supporting the <code>ResizeObserver</code> api. <a href="https://caniuse.com/?search=ResizeObserver">You can find the list of browsers where you need this plugin here</a></li>
|
||||
<li><strong>ClickScrollPlugin</strong>: If you want to use the option <code>scrollbars: { clickScroll: true }</code>.</li>
|
||||
</ul>
|
||||
|
||||
@@ -588,7 +588,7 @@ Custom themes can be done in multiple ways. The easiest and fastest is to use th
|
||||
|
||||
Everything thats considered not core functionality or old browser compatibility is exposed via a plugin. This is done because all unused plugins are treeshaken and thus won't end up in your final bundle. OverlayScrollbars comes with the following plugins:
|
||||
|
||||
- **ScrollbarsHidingPlugin**: Is needed for old browsers which aren't supporting nativ scrollbar styling features. [You can find the list of browsers where you need this plugin here](https://caniuse.com/?search=scrollbar%20styling) (note that even though `iOS Safari >= 14` is marked as unsupported you only need this plugin for `iOS < 7.1`).
|
||||
- **ScrollbarsHidingPlugin**: Is needed for old browsers which aren't supporting native scrollbar styling features. [You can find the list of browsers where you need this plugin here](https://caniuse.com/?search=scrollbar%20styling) (note that even though `iOS Safari >= 14` is marked as unsupported you only need this plugin for `iOS < 7.1`).
|
||||
- **SizeObserverPlugin**: Is needed for old browsers which aren't supporting the `ResizeObserver` api. [You can find the list of browsers where you need this plugin here](https://caniuse.com/?search=ResizeObserver)
|
||||
- **ClickScrollPlugin**: If you want to use the option `scrollbars: { clickScroll: true }`.
|
||||
|
||||
|
||||
@@ -570,7 +570,7 @@ Custom themes can be done in multiple ways. The easiest and fastest is to use th
|
||||
|
||||
Everything thats considered not core functionality or old browser compatibility is exposed via a plugin. This is done because all unused plugins are treeshaken and thus won't end up in your final bundle. OverlayScrollbars comes with the following plugins:
|
||||
|
||||
- **ScrollbarsHidingPlugin**: Is needed for old browsers which aren't supporting nativ scrollbar styling features. [You can find the list of browsers where you need this plugin here](https://caniuse.com/?search=scrollbar%20styling) (note that even though `iOS Safari >= 14` is marked as unsupported you only need this plugin for `iOS < 7.1`).
|
||||
- **ScrollbarsHidingPlugin**: Is needed for old browsers which aren't supporting native scrollbar styling features. [You can find the list of browsers where you need this plugin here](https://caniuse.com/?search=scrollbar%20styling) (note that even though `iOS Safari >= 14` is marked as unsupported you only need this plugin for `iOS < 7.1`).
|
||||
- **SizeObserverPlugin**: Is needed for old browsers which aren't supporting the `ResizeObserver` api. [You can find the list of browsers where you need this plugin here](https://caniuse.com/?search=ResizeObserver)
|
||||
- **ClickScrollPlugin**: If you want to use the option `scrollbars: { clickScroll: true }`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user