Skip to content

Fix Mantine styles taking priority over custom styles

Yuto Takano requested to merge mantine-style-overrides-local-ones into master

Specifically this fixes some style overrides defined in CSS modules not working -- like the toolbar icons in the editor (they should have no border, but Mantine default styles are taking priority).

msedge_2024-04-23_12-57-26

The solution is also described in the Mantine docs: https://mantine.dev/styles/mantine-styles/#styles-import-order

Merge request reports