fix copy selection

This commit is contained in:
Jacky Zhao 2022-01-03 15:36:58 -05:00
parent e49a1ac9db
commit 4e639979f8
1 changed files with 2 additions and 1 deletions

View File

@ -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;
@ -492,4 +493,4 @@ header {
margin: 0;
font-weight: 400;
}
}
}