Skip to content

min-height and height not working correctly #12357

@dantuv90

Description

@dantuv90

When i use tailwind, child div heigth is 0:

<div class="min-h-screen">
  <div class="h-full bg-blue-500">
  </div>
</div>

Without tailwind it works:

<div style="min-height:100vh">
  <div style="height:100%; background-color:blue;">
  </div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions