Skip to content

Commit 168810d

Browse files
committed
Fix #173: invisible tag border.
1 parent 59db9d2 commit 168810d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/assets/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ body {
223223
border: none;
224224
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
225225
transition: cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
226+
overflow: visible;
226227

227228
a {
228229
outline: none;

0 commit comments

Comments
 (0)