Question: I need to build a card with two scrolling areas. Initial idea was to use flexbox so I came up with this: link to fiddle: https://jsfiddle.net/SkyLight/jxobz8qn/ The card has maximum width and height and Full text section (cyan one) ...

Question: How can I set for <table> 100% width and put only inside <tbody> vertical scroll for some height? I want to avoid adding some additional div, all I want is simple table like this and when I trying to ...