2 * Angular Material Design
3 * https://github.com/angular/material
12 position: absolute !important;
13 -webkit-transform: translate3d(-9999px, -9999px, 0);
14 transform: translate3d(-9999px, -9999px, 0); }
15 .md-sticky-clone[sticky-state="active"] {
16 -webkit-transform: translate3d(0, 0, 0);
17 transform: translate3d(0, 0, 0); }
18 .md-sticky-clone[sticky-state="active"]:not(.md-sticky-no-effect) .md-subheader-inner {
19 -webkit-animation: subheaderStickyHoverIn 0.3s ease-out both;
20 animation: subheaderStickyHoverIn 0.3s ease-out both; }