/* This is a workaround to disable child interaction on drop-target. See FileDropBox for usage */
.not-selectable > * {
    pointer-events: none;
}