Correction de DIV avec du contenu Scrollable

.fixed-content {
    overflow-y:scroll;
    overflow-x:scroll;
}
Gentle Goosander