jellyfin-web/dashboard-ui/components/appfooter/appfooter.css
2016-08-31 15:17:11 -04:00

16 lines
270 B
CSS

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