Fix FilePond label interaction CSS conflicts
This commit is contained in:
@@ -13,6 +13,27 @@
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.module-organization-edit .filepond--root .filepond--drop-label {
|
||||
height: 100%;
|
||||
inset: 0;
|
||||
}
|
||||
|
||||
.module-organization-edit .filepond--root .filepond--drop-label label {
|
||||
display: block;
|
||||
width: auto;
|
||||
float: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
.module-organization-edit .filepond--root .filepond--drop-label,
|
||||
.module-organization-edit .filepond--root .filepond--drop-label label,
|
||||
.module-organization-edit .filepond--root .filepond--file-action-button {
|
||||
pointer-events: auto;
|
||||
}
|
||||
</style>
|
||||
<script src="https://cdn.jsdelivr.net/npm/choices.js/public/assets/scripts/choices.min.js"></script>
|
||||
<script src="https://unpkg.com/filepond/dist/filepond.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user