Make overlay h2 inert
This commit is contained in:
parent
746e62b600
commit
9588f899f9
@ -517,6 +517,10 @@ table.table {
|
|||||||
.global-dropzone-overlay {
|
.global-dropzone-overlay {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
pointer-events: all !important;
|
pointer-events: all !important;
|
||||||
|
|
||||||
|
* {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-wrapper {
|
.main-wrapper {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user