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

Commit

Permalink
fix: Hide orange outline around viewer in Chrome on Android
Browse files Browse the repository at this point in the history
Remove orange outline around viewer in Chrome on Android
  • Loading branch information
fritz-c committed Oct 12, 2017
2 parents fc9aff2 + acb322d commit 359e9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $maxCaptionHeight: 150px;

.outer {
background-color: rgba(0, 0, 0, 0.85);
outline: none;
top: 0;
left: 0;
right: 0;
Expand Down

0 comments on commit 359e9bd

Please sign in to comment.