overflow scroll only show if needed code example
Example 1: show scroll only when overflow
overflow: auto;
Example 2: html overflow scroll only if needed with exemple
p {
/* les ascenseurs sont toujours affichés */
overflow: scroll;
}
overflow: auto;
p {
/* les ascenseurs sont toujours affichés */
overflow: scroll;
}