]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
add "!default" to _reveal.scss
authorSébastien GRAVIER <illusionperdu@gmail.com>
Tue, 24 Nov 2015 15:25:41 +0000 (16:25 +0100)
committerSébastien GRAVIER <illusionperdu@gmail.com>
Tue, 24 Nov 2015 15:25:41 +0000 (16:25 +0100)
scss/components/_reveal.scss

index 4f91b1c4cce3f3ac6f4099121e1c84a619fc9bd4..d17170b9f83b91e419b58b312b94b9fc293266c1 100644 (file)
@@ -36,7 +36,7 @@ $reveal-radius: $global-radius !default;
 
 /// z-index for modals. The overlay uses this value, while the modal itself uses this value plus one.
 /// @type Number
-$reveal-zindex: 1005;
+$reveal-zindex: 1005 !default;
 
 /// Background color of modal overlays.
 /// @type Color