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:
commit
61588be83f
|
@ -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
Loading…
Reference in a new issue