Skip to content

Commit

Permalink
history: align history sidebar on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Jun 19, 2023
1 parent aba3720 commit 641563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Game.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class Game extends React.Component {
)
}
return (
<div className="history select-none lg:block lg:absolute my-[1rem] lg:top-2rem lg:-right-[11rem] overflow-y-auto w-[calc(100vw-2rem)] lg:w-auto overflow-x-auto lg:overflow-x-hidden lg:h-[32rem]">
<div className="history select-none lg:block lg:absolute my-[1rem] lg:my-0 lg:top-2rem lg:-right-[11rem] overflow-y-auto w-[calc(100vw-2rem)] lg:w-auto overflow-x-auto lg:overflow-x-hidden lg:h-[32rem]">
<table>
<tbody className="flex lg:table-row-group">
{rows}
Expand Down

0 comments on commit 641563e

Please sign in to comment.