ezy3
ezy3
No it does not. Don't have any custom CSS. This must have happened after a recent update as its a new issue and we haven't added any new modules or...
  Had a look at the Elements via inspector and seems like the footer in dark mode the css is set to display: none but in light mode it...
Hi, I have worked around this issue by simply adding the following CSS: .footer { display: none; } We don't really need the footer so that's ok for now. I'll...
Managed to fix the issue. The custom signature was the problem. I cut the signature. Saved it. Then pasted it back in and saved it. All the CSS seems normal...