CoRNeRNoTe
CoRNeRNoTe
Yep, that should do it. You need to remove the comma otherwise it's not valid json.
NOTE: this only fixes it when the page has enough content that it requires a scrollbar, it causes jerking if the content all fits onto a single page... not sure...
I found a different method to solve this, seems to work no matter if the page already has overflowing content or not... ``` body { margin: 0 !important; } .modal-open...
+1 for modding support
also for one-liners: ``` $items = isset($items) ? $items : []; ```
I'm confused (and concerned) about this too. Is it MIT, or is it taken from wrapbootstrap ? If you want the source, open in PHPStorm and press `CTRL+ALT+L`.
http://wrapbootstrap.com/preview/WB0B30DGR says Ace Application © 2013-2014 The first commit on this repo is May 2, 2014... Based on this I'm thinking that @bopoda doesn't have rights to share it here.
@diosney, is that a policy of wrapbootstrap?
Well, thats positive. The only question that remains, is @bopoda the copyright holder, or did he purchase the theme ?
Im also curious as to why someone would make a project open source and then only share the minified versions.