From d2e2c6d48effe56240b4c22136b8805a216aeca7 Mon Sep 17 00:00:00 2001 From: Ziv Date: Thu, 10 Jun 2021 19:49:51 +0800 Subject: [PATCH] fix: set the outline as 0 for the root element (#177) --- src/style/mo.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/mo.scss b/src/style/mo.scss index 5912c8561..15d0c8471 100644 --- a/src/style/mo.scss +++ b/src/style/mo.scss @@ -42,6 +42,7 @@ height: 100%; left: 0; margin: 0; + outline: 0; overflow: hidden; padding: 0; position: absolute;