Skip to content

Commit

Permalink
Fix #173: invisible tag border.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed Dec 19, 2020
1 parent 59db9d2 commit 168810d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ body {
border: none;
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
transition: cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
overflow: visible;

a {
outline: none;
Expand Down

0 comments on commit 168810d

Please sign in to comment.