Skip to content

Commit

Permalink
fix(frontend): use hardware acceleration for titlecard scale
Browse files Browse the repository at this point in the history
  • Loading branch information
sct committed Jan 4, 2021
1 parent 0ab4c3c commit 88810bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TitleCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const TitleCard: React.FC<TitleCardProps> = ({
onCancel={closeModal}
/>
<div
className={`transition duration-300 transform scale-100 outline-none cursor-default titleCard ${
className={`transition duration-300 transform-gpu scale-100 outline-none cursor-default titleCard ${
showDetail ? 'scale-105' : ''
}`}
style={{
Expand Down

0 comments on commit 88810bf

Please sign in to comment.