diff --git a/public/jeu.css b/public/jeu.css index 6179969..4ae354d 100644 --- a/public/jeu.css +++ b/public/jeu.css @@ -238,6 +238,8 @@ h1 { display: flex; flex-direction: column; padding: 0.5em; + overflow-y: auto; + max-height: calc(100vh - 4em - 2px); } #panel-fenetre-header { @@ -312,8 +314,6 @@ h1 { #panel-fenetre { width: 90%; - overflow-y: auto; - max-height: calc(100vh - 4em - 2px); } }