Files
jellyfin-web/src/components/appFooter/appFooter.scss
T
2021-03-19 14:00:59 -04:00

14 lines
241 B
SCSS

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