Skip to content

Commit

Permalink
Fix issue with scrolling down when lyrics
Browse files Browse the repository at this point in the history
  • Loading branch information
espeon committed Nov 5, 2024
1 parent a160612 commit 2c22af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const App: React.FC = () => {
<div className="relative flex flex-col w-screen h-full items-center justify-center">
{songData ? (
<>
<div className="w-screen h-screen max-h-screen flex flex-col justify-evenly flex-1 lg:p-16">
<div className="w-screen h-screen max-h-screen flex flex-col justify-evenly flex-1 lg:px-16">
<div className="max-h-screen w-screen flex flex-row gap-2 items-center justify-center">
<div
className="h-min max-h-[80vh] w-full aspect-square"
Expand Down

0 comments on commit 2c22af9

Please sign in to comment.