admin/React_Starter/scss/core/_dropdown-menu-right.scss
Łukasz Holeczek c5cc339531 v1.0.0
2017-09-22 11:06:18 +02:00

8 lines
141 B
SCSS

// Temp fix for reactstrap
.show {
> .dropdown-menu-right {
right: 0;
left: auto; // Reset the default from `.dropdown-menu`
}
}