bootstrap-sidebar
bootstrap-sidebar copied to clipboard
A responsive sidebar plugin for bootstrap 3. if your menus are too big to fit into a horizontal menubar, or you need to have a responsive sidebar that is compatible with bootstrap, then this is the pl...
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
It occurs when sidebar content is longer than window: http://stackoverflow.com/questions/36132020/bootstrap-columns-has-separate-scrollbars/36138241#36138241
would be very helpful
What if one wants to keep the _toggle_ functionnality, but only set default state to `open` on large screens, and `closed` on mobile ?
Make it easier to try demo. Closed #11
Navbar: ``` test ``` Sidebar: ``` ``` Steps to reproduce: 1) Browser with fullsize + Sidebar with lots of components (to force a vertical scroll) 2) Decrease the width of...
May I suggest that for the zip downloaded version that the files are fetched from CDN? Makes it easier for quick demo locally.... Demo.html: ``` html ``` Index.html: ``` html...
I can hide the sidebar in printouts by using the "hidden-print" class. The problem is that due to the offsets, my page content is positioned offset to the right, as...
hi, it looks like we get borderline effect with following lines ``` javascript var startEvent = $.Event('hide.bs.sidebar') this.$element.trigger(startEvent) ``` at the end, style="display:none" is added on dom element. I do...
The plugin is amazing, unfortunately in IE8 plugin doesn't work; is there a workaround to fix it? Thanks! a.