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

14 lines
240 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
}
2020-01-25 11:42:43 +01:00
.appfooter.headroom--unpinned {
transform: translateY(100%) !important;
}