Files
jellyfin-web/src/components/appfooter/appfooter.css
T

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;
}