Skip to content

Problem with parents inheriting vh value #15

@kaleidografik

Description

@kaleidografik

Hi @Faisal-Manzer - love the plugin and have been using it for a while, but have discovered an irritating bug.

In the below code, .form-field is oddly inheriting the min-height value from the nested child, which obviously it shouldn't do this. Is there a know bug or conflict with this?

Thanks

.form-field {
    width: 100%;

    // Textarea
    &.textarea {

      // Input
      textarea {
          min-height: 25vh;
      }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions