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

13 lines
250 B
CSS
Raw Normal View History

2019-01-23 11:33:34 +00:00
.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;
}