1
0
Fork 0
forked from OpenNeo/impress
impress/src/ItemsPanel.css
2020-04-25 00:22:49 -07:00

12 lines
213 B
CSS

.items-panel-zone-exit {
opacity: 1;
height: auto;
}
.items-panel-zone-exit-active {
opacity: 0;
height: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
transition: all 0.5s;
}