jellyfin-web/dashboard-ui/components/appfooter/appfooter.css

16 lines
270 B
CSS
Raw Normal View History

2016-08-15 11:18:05 -07:00
.appfooter {
background: #1c1c1c;
position: fixed;
left: 0;
right: 0;
z-index: 1;
bottom: 0;
transition: transform 180ms linear;
2016-08-31 12:17:11 -07:00
contain: layout style;
2016-08-15 11:18:05 -07:00
}
2016-08-20 14:58:28 -07:00
.appfooter.headroom--unpinned {
transform: translateY(100%);
}