From acb322d3ecbe060d0ab61d365f727608a3b3e8b2 Mon Sep 17 00:00:00 2001 From: Stephen King Date: Tue, 10 Oct 2017 17:05:40 -0600 Subject: [PATCH] Remove orange outline around viewer in Chrome on Android --- src/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.scss b/src/style.scss index 7c2dca7b..ef448acb 100644 --- a/src/style.scss +++ b/src/style.scss @@ -12,6 +12,7 @@ $maxCaptionHeight: 150px; .outer { background-color: rgba(0, 0, 0, 0.85); + outline: none; top: 0; left: 0; right: 0;