diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 6cc1d24002..1cf854d2f5 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -39,11 +39,6 @@ right: 0; left: 0; z-index: $zindex-navbar-fixed; - - // Undo the rounded corners - @include media-breakpoint-up(sm) { - @include border-radius(0); - } } .navbar-fixed-top { @@ -58,12 +53,6 @@ position: sticky; top: 0; z-index: $zindex-navbar-sticky; - width: 100%; - - // Undo the rounded corners - @include media-breakpoint-up(sm) { - @include border-radius(0); - } }