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
As a developper, I would to force displaying of the scrollbar y for the the main content. In fact, I would to set overflow-y: scroll
overflow-y: scroll
Actually, the overflow value can be changed (or I don't know how) Here is an extract of the generated HTML
:host([has-scrolling-region]) #wrapper #contentContainer { position: var(--layout-fit_-_position); top: var(--layout-fit_-_top); right: var(--layout-fit_-_right); bottom: var(--layout-fit_-_bottom); left: var(--layout-fit_-_left); overflow-y: auto; -webkit-overflow-scrolling: touch; }
}
How the change the value of overflow? Perhaps a new Mixin?
overflow
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
As a developper, I would to force displaying of the scrollbar y for the the main content.
In fact, I would to set
overflow-y: scroll
Actual outcome
Actually, the overflow value can be changed (or I don't know how)
Here is an extract of the generated HTML
}
Need
How the change the value of
overflow
?Perhaps a new Mixin?
Browsers Affected
The text was updated successfully, but these errors were encountered: