I'm facing an issue with my responsive sidebar. I want the sidebar to maintain its size when resizing the window, but still collapse when the screen becomes too small.
I attempted setting a min-width, however, it only made things worse. The jsfiddle provided shows the sidebar in its default state with no alterations from me.
.affix-sidebar{
padding-right:0;
font-size:small;
padding-left: 0;
min-width: Xpx;
}
In some instances, the content does not resize correctly and extends out of the screen.
Any assistance or advice on this matter would be greatly appreciated.