Skip to content

When there is more attribute details in Product Section then there should be an scroller on the left side of the content. #1747

@ashishkumar-webkul

Description

@ashishkumar-webkul

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions