Here is the example
I want to have the container expands width with its content. At the same time, its height is fixed. If overflowed vertically, there should be a vertical scrollbar.
Now, overflow:auto makes the scrollbar somehow inside the container, covering the content. That's not what I want.
If I use overflow:scroll, the scrollbar will be outside, but it's always there even when there is no overflow.
How can I solve the dilemma here? Tested on Windows, latest version of Chrome.