@onehat/ui
Version:
Base UI for OneHat apps
14 lines (12 loc) • 318 B
CSS
html, body {
/* -webkit-user-select: none;
user-select: none; */
}
/* to fix the inline editor */
[data-testid="gridContainer"] > [data-testid="ScrollView"] > div {
height: 100%;
}
/* Custom styles for attachments dropzone */
.attachments-dropzone .files-ui-dropzone-children-container {
padding: 0 ;
}