Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
황 태환 committed Feb 26, 2024
1 parent 2973619 commit 08135aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/character-detail/character-exp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default function CharacterExp({ animate = false, currentExp, nextExp, lev

if (isAnimating) {
document.body.style.overflow = 'hidden';
document.body.style.height = '100%';
} else {
document.body.style.overflow = 'auto';
}
Expand Down

0 comments on commit 08135aa

Please sign in to comment.