
- Fix height and position problems with .fixed-footer - Fix mobile sidebar height - Fix mobile breadcrumb position with .fixed-breadcrumb - Add new navbar toggler icon - Update old bootstrap classes ex. `hidden-sm-down` - Add gulp-autoprefixer
9 lines
115 B
SCSS
9 lines
115 B
SCSS
// Temp fix for reactstrap
|
|
.app-header {
|
|
.navbar-nav {
|
|
.dropdown-menu-right {
|
|
right: auto;
|
|
}
|
|
}
|
|
}
|