updated Uikit v2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! 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: Sortable
|
||||
========================================================================== */
|
||||
@@ -60,3 +60,7 @@
|
||||
.uk-sortable-moving * {
|
||||
cursor: move;
|
||||
}
|
||||
/* Fixes dragging items over iframes */
|
||||
.uk-sortable-moving iframe {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user