We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The UI should adapt to viewport changes
The UI doesn't shrink when width < 450px
Link:
I combined some examples from the documentation and faced this issue.
The text was updated successfully, but these errors were encountered:
@arjitkhullar Something is wrong with your layout. It's fine with just the tabs: https://codesandbox.io/s/61n3qrx08k and broken without: https://codesandbox.io/s/zkw9kjo6nx
We will work on adding some layout to prevent issues like this one and to save peope time #10986.
Sorry, something went wrong.
@oliviertassinari Thanks for the response. So, What is the recommended way to implement drawer and tabs together? Thanks.
No branches or pull requests
Expected Behavior
The UI should adapt to viewport changes
Current Behavior
The UI doesn't shrink when width < 450px
Steps to Reproduce
Link:
Context
I combined some examples from the documentation and faced this issue.
Your Environment
The text was updated successfully, but these errors were encountered: