Why is the "overflow: hidden" rule for the root element (div id="app") bad practice in Vue?

Viewed 197

Why shouldn't web developers in Vue, where most of the elements fall outside the block boundaries, use overflow: hidden for <div id = "app">?

0 Answers
Related