react-code-dataset / wp-calypso /client /layout /hosting-dashboard /item-view /item-view-content /style.scss
| .hosting-dashboard-item-view__content { | |
| flex-grow: 1; | |
| background-color: var(--color-light-backdrop); | |
| padding: 48px 24px; | |
| text-align: left; | |
| overflow-y: auto; | |
| overflow-x: hidden; | |
| display: flex; | |
| } | |
| // We don't want this element to scroll in this tab screen. | |
| // The dataviews-wrapper will scroll instead. | |
| .hosting-dashboard-item-view__content:has(.site-logs) { | |
| overflow-y: hidden; | |
| } |