There is a block to which other blocks are added, if you reduce the width of the window, the scroll does not appear and the blocks just disappear, then with increasing width they appear again. Normal size

Reduced the width of the window (the "style.css" block is missing)

Returned width (the "style.css" block is displayed again)

Parent block CSS

#tabs { display: inline-block; width: 100%; height: 31px; background: #F1F1F1; } 

    0