Would it be possible to offer a mode without the default css ? When using react-create-app, the optimised build combines all imported css files and loads them before react-scrollbar imports its styles, so none of the style overrides work.
The workaround to add body before all my override classes works, but it would be nice to have a 'cleaner' solution.
Would it be possible to offer a mode without the default css ? When using react-create-app, the optimised build combines all imported css files and loads them before react-scrollbar imports its styles, so none of the style overrides work.
The workaround to add
bodybefore all my override classes works, but it would be nice to have a 'cleaner' solution.