27 lines
765 B
CSS
Raw Normal View History

2019-06-12 22:53:36 +02:00
/*! UIkit 2.27.5 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2015-12-01 07:06:34 +02:00
/* ========================================================================
Component: Sticky
========================================================================== */
/*
* 1. More robust if padding and border are used
* 2. Enable hardware acceleration for iOS browsers, resolves scrolling issue
2015-12-01 07:06:34 +02:00
*/
[data-uk-sticky].uk-active {
z-index: 980;
/* 1 */
box-sizing: border-box;
/* 2 */
2015-12-01 07:06:34 +02:00
-webkit-backface-visibility: hidden;
}
/*
* Faster animations
*/
[data-uk-sticky][class*='uk-animation-'] {
2016-03-18 07:02:23 +02:00
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
2015-12-01 07:06:34 +02:00
}
[data-uk-sticky].uk-animation-reverse {
2016-03-18 07:02:23 +02:00
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
2015-12-01 07:06:34 +02:00
}