Skip to content

Instantly share code, notes, and snippets.

@fivedoor-gists
Created August 9, 2019 08:48
Show Gist options
  • Save fivedoor-gists/a34fded474229f4c938f9575e80309c1 to your computer and use it in GitHub Desktop.
Save fivedoor-gists/a34fded474229f4c938f9575e80309c1 to your computer and use it in GitHub Desktop.
email-target-samsung
<style>
/* Samsung
=========== */
#MessageViewBody .foo { display: none !important;
}
/* if you have designs that utilize absolute positioning, you can hide those designs from the Samsung email client by using the following CSS.
Note this also means that the Samsung client replaces any id you set to the body tag in your email with its own.
https://www.emailonacid.com/blog/article/email-development/absolute-positioning-in-the-samsung-android-email-client
*/
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment