Fix #48: Ajout d'une scroll bar sur grand écran aussi si nécessaire

This commit is contained in:
JonathanMM 2022-02-25 21:31:59 +01:00
parent 12a30a7e35
commit fd0b0db964

View file

@ -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);
}
}