Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 359e9bd

Browse files
authored
fix: Hide orange outline around viewer in Chrome on Android
Remove orange outline around viewer in Chrome on Android
2 parents fc9aff2 + acb322d commit 359e9bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ $maxCaptionHeight: 150px;
1212

1313
.outer {
1414
background-color: rgba(0, 0, 0, 0.85);
15+
outline: none;
1516
top: 0;
1617
left: 0;
1718
right: 0;

0 commit comments

Comments
 (0)