1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/appfooter/appfooter.css
2018-10-23 01:13:23 +03:00

16 lines
No EOL
388 B
CSS

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