]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change no scroll default 8844/head
authorJoe Workman <joe@workmanmail.com>
Tue, 24 May 2016 20:25:34 +0000 (13:25 -0700)
committerJoe Workman <joe@workmanmail.com>
Tue, 24 May 2016 20:25:34 +0000 (13:25 -0700)
I like that this feature was added. However, the default value should be the same as it was prior to this change. You dont want to break people's sites by simply updating the framework.

js/foundation/foundation.reveal.js

index 2bbbee94f136a222786fad98f8f3094f4cea22e0..509a1b1d3cb855b3eb86f6216c2244515395e78b 100644 (file)
@@ -19,7 +19,7 @@
       multiple_opened : false,
       bg_class : 'reveal-modal-bg',
       root_element : 'body',
-      no_scroll: true,
+      no_scroll: false,
       open : function(){},
       opened : function(){},
       close : function(){},