Hi guys,
How do I fix this close button issue? The button doesn't show up and there is no other way to close the Attachment window if you don't know where the Close button is.
Cheers / Ben.
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi guys,
How do I fix this close button issue? The button doesn't show up and there is no other way to close the Attachment window if you don't know where the Close button is.
Cheers / Ben.
I got this issue solved by simply taking out the s
in fas
as seen in the code <i class="fa fa-[icon-name]"></i>
. This was originally <i class="fas fa-[icon-name]"></i>
.