updated Uikit v2
This commit is contained in:
@@ -1,22 +1,17 @@
|
||||
/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
|
||||
/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
|
||||
/* ========================================================================
|
||||
Component: Sticky
|
||||
========================================================================== */
|
||||
/*
|
||||
* 1. More robust if padding and border are used
|
||||
* 2. Enable hardware acceleration for iOS browsers, resolves scrolling issue
|
||||
*/
|
||||
[data-uk-sticky].uk-active {
|
||||
z-index: 980;
|
||||
/* 1 */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/*
|
||||
* 1. Resolve frame-rate issues on devices with lower frame-rates. Forces hardware acceleration
|
||||
*/
|
||||
.uk-sticky-placeholder > * {
|
||||
/* 1 */
|
||||
/* 2 */
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
/*
|
||||
* Faster animations
|
||||
|
Reference in New Issue
Block a user