"sm:block" class is not overwriting "hidden" class after passing the "sm:" breakpoint #2933
-
I am following the navbar tutorial on youtube and I am stuck on this part, where the However, when I try to implement this on my project which is created using Here is the exact spot in my repo where this doesn't work. Can anyone see what I am doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
"Dark Theme for Chrome" extension has been injecting styling that had |
Beta Was this translation helpful? Give feedback.
-
OMG this was driving me crazy. I have/had the same problem - |
Beta Was this translation helpful? Give feedback.
"Dark Theme for Chrome" extension has been injecting styling that had
display : hidden !important
. Removing that extension has resolved my issie