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
Similar issue here (but the solution didn't work for me): #300
To reproduce:
Video showing the effect: https://www.loom.com/share/39ceae408e0b4ae0aa2709fd589d9f6b
My layout changes and gets expanded to the right because of the shadow effect being added.
The text was updated successfully, but these errors were encountered:
Hey @crevulus
That linked issue is blocked unfortunately so I can't add the solution but the fix for me was
.react-tabs__tab:focus:after { display:none; }
Hope that helps! I came across this issue last year but I never fixed it then so I'm glad this time around I figured it out.
Sorry, something went wrong.
No branches or pull requests
Similar issue here (but the solution didn't work for me): #300
To reproduce:
Video showing the effect: https://www.loom.com/share/39ceae408e0b4ae0aa2709fd589d9f6b
My layout changes and gets expanded to the right because of the shadow effect being added.
The text was updated successfully, but these errors were encountered: