.element {
    width: 600px;
    height: 400px;
    padding: 30px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: rgb(204,204,204)
}