jellyfish-web/src/components/appFooter/appFooter.scss

14 lines
241 B
SCSS
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: 10;
2018-10-23 01:13:23 +03:00
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;
}