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