[frio] Remove scrollbars from preview close button and restore pointer cursor

- Address https://libranet.de/display/0b6b25a8-9464-6895-5ede-a3c536914564
This commit is contained in:
Hypolite Petovan 2023-05-20 12:44:45 -04:00
parent 2b1fc4b561
commit cd751a4c6a
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