Skip to content

grid auto-fill doesn't account for container max-height #3997

Open
@kalenikaliaksandr

Description

@kalenikaliaksandr

reduction:

<!DOCTYPE html><style>
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 100px);
  grid-template-rows: repeat(auto-fill, 50px);
  max-width: 300px;
  max-height: 200px;
  background-color: gray;
}
</style><div class="grid"></div>

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