File size: 226 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
.react-page-controls-trash {
position: fixed;
bottom: -64px;
z-index: 500;
left: 50%;
transition: bottom 200ms ease;
padding: 8px;
}
.react-page-controls-trash.react-page-controls-trash-active {
bottom: 16px;
}
|