Alerts are Under The Header and Clients Cannot View Them
In some instances you may have added a large logo and your header now overlaps alert messages causing your clients not to be able to view them. For now a quick fix for this would be to either:
Reduce the height of your logo.
Or in Settings > Company > Customize HTML, add this code to the header:
Reduce the height of your logo.
Or in Settings > Company > Customize HTML, add this code to the header:
<style>
.header {z-index: 10 !important;}
.alert {z-index: 1002 !important;}
</style>
Updated on: 20/03/2023
Thank you!