We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_sidebar.scss has a redundant height declaration.
specific line in question:
bootstrap-vue/src/components/sidebar/_sidebar.scss
Line 29 in a704ccc
Line #29 "height: 100vh !important;" is redundant, since line #26 already defines the height. In addition, the !important isn't needed.