admin/React_Starter/scss/core/_dropdown-menu-right.scss
Łukasz Holeczek 1d5a143fd3 - HeaderDropdown component example extracted out of Header
- 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
2017-10-16 16:04:35 +02:00

9 lines
115 B
SCSS

// Temp fix for reactstrap
.app-header {
.navbar-nav {
.dropdown-menu-right {
right: auto;
}
}
}