How do I get the width of this inner content div to be equal to the width of the scrollable area?
-
2021-01-02 13:34
Add to .content class
overflow: auto;
Updated fiddle here: http://jsfiddle.net/XBVsR/11/
Do remember that this would affect all elements with class .content. You might wanna give it another class name too.