Bonjour, je m'arrache les cheveux depuis un petit moment sur une bêtise : j'aimerais appliquer un overflow: scroll à ma balise <section> mais ça ne marche pas. J'ai pourtant bien l'impression que mon code est correct :
What's the problème ??!
section {
overflow: scroll;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<h2>Un super titre</h2>
<section>
</section>
</body>
</html>
What's the problème ??!