Merge pull request #13147 from MrPetovan/bug/preview-scrollbars

[frio] Remove scrollbars from preview close button and restore pointer cursor
This commit is contained in:
Philipp 2023-05-20 18:51:32 +02:00 committed by GitHub
commit 61588be83f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -199,9 +199,10 @@
transform: scale(1);
}
}
.dropzone, .dropzone * {
.dropzone, .dropzone .dz-default * {
box-sizing: border-box;
overflow: auto;
cursor: default;
}
.dropzone:not(textarea) {
@ -215,9 +216,6 @@
background-color: $background_color;
margin-bottom: 10px;
}
.dropzone.dz-clickable * {
cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
cursor: pointer;
}

File diff suppressed because one or more lines are too long