Ciao a tutti.
Mi sapreste spiegare il perché se metto un overflow-x sul html, body mi nasconde tutte le barre di scorrimento?
codice HTML:html, body { font-family: 'Questrial', sans-serif; width: 100%; height: 100vh; background-color: #2b2b2b; overflow-x: hidden; } invece se lo metto solo sul body no?