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.
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>
.