jellyfish-web/src/components/appfooter/appfooter.css

13 lines
No EOL
250 B
CSS

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