Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
.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;
}