-
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
Description
The addon I am writing docs for uses a design system that is based on Tachyons. This is causing me problems in a few cases, most notably with the absolute
class added to the nav here. The problem is that because I'm importing my css first before the css from this addon my absolute
is superseding positioning applied to the nav by the lg:relative
class and therefore always positioning the nav absolutely.
I think there might be a way to fix this particular case, but more broadly do you have any advice on how to address this kind of issue?