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
When there is more attribute details in Product Section then there should be an scroller on the left side of the content.
Scroller must be added.
You can add below code.
element.style { max-height: calc(100vh - 400px); /* overflow: hidden; */ overflow-y: scroll; }
Please check the video for reference.
Video
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Title
When there is more attribute details in Product Section then there should be an scroller on the left side of the content.
Issue Description
When there is more attribute details in Product Section then there should be an scroller on the left side of the content.
Preconditions
Steps to reproduce
Expected result
Scroller must be added.
You can add below code.
element.style {
max-height: calc(100vh - 400px);
/* overflow: hidden; */
overflow-y: scroll;
}
Actual result
Please check the video for reference.
Video
Scroller.issue.mp4
The text was updated successfully, but these errors were encountered: