1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/bower_components/emby-webcomponents/appfooter/appfooter.css

13 lines
253 B
CSS
Raw Normal View History

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