CSS Hauteur de défilement si l'écran trop petit

.max_height_screen_then_scroll{    
    overflow-y: auto; 
  	height:auto;
    max-height:height: calc(100vh - 20px);
}
Friendly Hawk