You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
I want to edit the CSS becuase SUB-MENU is shown automatically
when I mouse over the MAIN-MENU(NAV),
but I don't know where to fix it.
(For reference, it is an /example project)
Please let me know.
The text was updated successfully, but these errors were encountered:
Hello mate if you're question is about overriding CSS i think you may test several approaches to solve that :
if you are using sass or any css preprocessor you can import their css first (tabler css) and override the properties that you want
Or you can try importing your custom css in your component (not that clean)
I managed to solve the issue with the first approach (cuz i'm using sass ). @import "../../node_modules/tabler-react/dist/Tabler.css";
and then import your custom stylesheets.
Hope i could help you !
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to edit the CSS becuase SUB-MENU is shown automatically
when I mouse over the MAIN-MENU(NAV),
but I don't know where to fix it.
(For reference, it is an /example project)
Please let me know.
The text was updated successfully, but these errors were encountered: