Make overlay h2 inert

This commit is contained in:
shamoon 2023-09-26 20:05:43 -07:00
parent 746e62b600
commit 9588f899f9

View File

@ -517,6 +517,10 @@ table.table {
.global-dropzone-overlay {
opacity: 1;
pointer-events: all !important;
* {
pointer-events: none;
}
}
.main-wrapper {