Skip to content
New issue

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. #1747

Open
ashishkumar-webkul opened this issue Nov 29, 2024 · 0 comments

Comments

@ashishkumar-webkul
Copy link
Collaborator

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

  1. Admin must be logged in.

Steps to reproduce

  1. Go to Admin -> Products -> Preview Product.
  2. Add more Content in the attribute and assign it to Product.
  3. Check the scroller issue.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants