Replies: 2 comments
-
The <div class="md:hidden lg:block">…</div> … assuming |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh nvm, after debugging I found that there was a display:flex in a css module that was overwriting the md:hidden, thanks for your help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to hide an element only for tablets and show it again on mobile and desktop, looks like the hidden class doesnt have the breakpoints prefix available, also using visible or invisible class wont help as it leaves the empty space. The following classes wont do the trick:
hidden sm:block lg:block
Beta Was this translation helpful? Give feedback.
All reactions