Skip to content

scrollOverflow not 100% width when using "align-items: center" on section #4717

@alvarotrigo

Description

@alvarotrigo

Applying flex + align-items: center will result in the scrollbar of the scrollable section not appearing on the right side of the section/screen as expected.

.section {
  text-align:center;
  font-size: 3em;
  font-family: arial;
  display: flex;
  align-items: center;
}

Reproduction:
https://codepen.io/alvarotrigo/pen/myVWYQQ

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions