parent
be928f8241
commit
951586d77d
|
@ -179,4 +179,9 @@ table tr[visible='true'] {
|
||||||
width: 95px;
|
width: 95px;
|
||||||
transform-origin: 100% 4px;
|
transform-origin: 100% 4px;
|
||||||
transition: all 1s;
|
transition: all 1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-menu.show {
|
||||||
|
left: inherit;
|
||||||
|
right: 0px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue