css issue in Tabs
-
As I am trying to fix visibility in our app and i am using class=“desktop-only” and when i resize the screen to smaller than even 480 but still is visible tabs. please tell me am i missing something or have some kind of issue
And tabs still visible in smaller size screen
-
Have you tried gt-xs ?
from http://beta.quasar-framework.org/components/visibility.html#Window-Width-RelatedOr maybe it’s the fact that your tabs are actually wider than the trigger-point (with some hidden content), and that interferes somehow. In this case, I guess you’ll need to wait for someone more knowledgeable than me to answer this one… Unless wrapping your q-tabs tag in a div (and putting your conditional class there) simply fixes it.