Skip to main content

box-shadow in Fastmail

SupportedFastmail · webmail

Support Details

Use border styling as an alternative to box-shadow.

Before

.card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

After

.card {
  border: 1px solid #e0e0e0;
  /* box-shadow as progressive enhancement */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

Use border as a fallback for box-shadow

box-shadow is fully supported in Fastmail. No workarounds needed.

Other Clients

ClientSupport
GmailUnsupported
Gmail AndroidPartial
Gmail iOSPartial
Outlook 365Supported
Outlook (New)Unsupported
Outlook ClassicUnsupported
Outlook iOSSupported
Outlook AndroidSupported
Outlook for MacSupported
Apple MailSupported
Apple Mail iOSSupported
Yahoo MailUnsupported
Yahoo Mail AndroidUnsupported
Yahoo Mail iOSUnsupported
Samsung MailSupported
ThunderbirdSupported
HEY MailSupported
Proton MailSupported
AOL MailUnsupported
SuperhumanSupported

Related Features

Test your email across all 21 clients

Preview rendering, catch CSS issues, and get actionable fixes. Free.

Try Emailens Free