Skip to content

Commit

Permalink
fix copy selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Jan 3, 2022
1 parent e49a1ac commit 4e63997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ header {
pointer-events: none;
transition: opacity 0.2s ease, transform 0.2s ease;
transition-delay: 0.3s;
user-select: none;

&.visible {
opacity: 1;
Expand All @@ -492,4 +493,4 @@ header {
margin: 0;
font-weight: 400;
}
}
}

0 comments on commit 4e63997

Please sign in to comment.