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
Currently it is impossible to override or set styles easily for the parent div of the inkBar. It would be nice to be able to override its styles too.
The text was updated successfully, but these errors were encountered:
What is it that you want to achieve? Can you give an example?
Sorry, something went wrong.
To control the horizontal placement of the inkbar. For example:
margin-left: 28px; width: calc(100% - 28px);
No branches or pull requests
Problem Description
Currently it is impossible to override or set styles easily for the parent div of the inkBar. It would be nice to be able to override its styles too.
The text was updated successfully, but these errors were encountered: