From 4d88d1677a2f5657c065544cb42cff2ffe7b2ef6 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 7 May 2020 09:11:45 -0700 Subject: [PATCH] Fix issue with iD embedded document sometimes showing scrollbars --- app/assets/stylesheets/id.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/id.css b/app/assets/stylesheets/id.css index 07e48e0a1..56dd2fcb4 100644 --- a/app/assets/stylesheets/id.css +++ b/app/assets/stylesheets/id.css @@ -8,4 +8,5 @@ html, body { height: 100%; margin: 0; padding: 0; + overflow: hidden; } -- 2.39.5