From a6ee451069a350cbec45cc624cc090b641e1ad14 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 2 Feb 2026 15:22:27 -0500 Subject: [PATCH] Add horizontal padding to embed mode body Prevents content from sitting flush against the iframe edges. --- remarkbox/static/css/embed.css | 1 + 1 file changed, 1 insertion(+) diff --git a/remarkbox/static/css/embed.css b/remarkbox/static/css/embed.css index 6c26807..e0a9f6a 100644 --- a/remarkbox/static/css/embed.css +++ b/remarkbox/static/css/embed.css @@ -3,6 +3,7 @@ body { margin-top: 0px; margin-right: 0px; margin-bottom: 16px; + padding: 0 8px; /* This is a hack for iOS to prevent overflow on ipads and phones */ width: 1px;