Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
.account-settings-helper__popover {
display: none;
}
.environment.is-account-settings:hover .account-settings-helper__popover {
display: flex;
flex-direction: column;
gap: 8px;
position: absolute;
bottom: 100%;
padding: 8px;
max-height: 80vh;
background: var(--color-surface);
box-shadow: 0 0 0 1px var(--color-border-subtle);
}
.account-settings-helper__popover .color-scheme-picker {
display: flex;
flex: 1;
overflow: auto;
}