Skip to content

Commit d2e2c6d

Browse files
authored
fix: set the outline as 0 for the root element (#177)
1 parent 8146eee commit d2e2c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/style/mo.scss

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
height: 100%;
4343
left: 0;
4444
margin: 0;
45+
outline: 0;
4546
overflow: hidden;
4647
padding: 0;
4748
position: absolute;

0 commit comments

Comments
 (0)