Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
.editor-media-modal__content {
display: flex;
flex-direction: column;
position: absolute;
top: 52px;
right: 0;
bottom: 74px;
left: 0;
overflow-y: auto;
@include breakpoint-deprecated( ">660px" ) {
flex-direction: row;
top: 74px;
overflow-y: visible;
}
}