diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-18 20:11:06 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-18 20:11:06 +0200 |
| commit | 13a289ac74206ada74c329b721584b810ef1b9ef (patch) | |
| tree | f0f13094d56db127161d932958bfad9a8e6f6181 /src/components/root.style.js | |
| parent | 3e198526e66b88301882b14240f0d50b8819b520 (diff) | |
fixed oot selectors not working, added support for (webkit) scrollbars
Diffstat (limited to 'src/components/root.style.js')
| -rw-r--r-- | src/components/root.style.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/root.style.js b/src/components/root.style.js index 3e421bd4..f0ad731e 100644 --- a/src/components/root.style.js +++ b/src/components/root.style.js @@ -5,6 +5,8 @@ export default { 'Underlay', 'Modals', 'Popover', - 'TopBar' + 'TopBar', + 'Scrollbar', + 'ScrollbarElement' ] } |
