Skip to content

sidebar scss: redundant height declaration #5605

Closed
@mmilano

Description

@mmilano

Describe the bug

_sidebar.scss has a redundant height declaration.

link

specific line in question:

height: 100vh !important;

Additional

Line #29 "height: 100vh !important;" is redundant, since line #26 already defines the height.
In addition, the !important isn't needed.

Versions

  • BootstrapVue: latest

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