Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
447 Bytes
.modal {
position: fixed;
top: 0;
left: 0;
height: 100%;
min-height: 100vh;
width: 100%;
background-color: rgba(0, 0, 0, 0.46);
display: flex;
justify-content: center;
align-items: center;
z-index: 20;
}
.modal-content {
overflow-y: auto;
max-height: 95vh;
background-color: #fff;
border-radius: 3px;
box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.12);
}
.modal-content::-webkit-scrollbar {
width: 12px !important;
}