Files
jellyfin-web/src/components/appFooter/appFooter.css
T
2020-05-17 17:04:36 +09:00

14 lines
241 B
CSS

.appfooter {
position: fixed;
left: 0;
right: 0;
z-index: 10;
bottom: 0;
transition: transform 180ms linear;
contain: layout style;
}
.appfooter.headroom--unpinned {
transform: translateY(100%) !important;
}