Skip to content

Commit

Permalink
Merge pull request #79 from zolplay-labs/dev
Browse files Browse the repository at this point in the history
Prod bump
  • Loading branch information
CaliCastle authored Oct 23, 2023
2 parents f806a25 + a375b0c commit 316ad23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/_game/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export function Game({
const { setSceneProps } = useSceneProps()

useMount(() => {
document.body.classList.add('no-scroll')

setSceneProps('MENU', { testId, nextTestStartTime })
if (!user) {
setSceneProps('PLAY', { images, total: 1 })
Expand Down
2 changes: 1 addition & 1 deletion app/_game/components/TinderCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function TinderCard({
<>
{active ? (
<motion.div
drag="x"
drag
dragSnapToOrigin
onDragEnd={handleDragEnd}
onDrag={handleDrag}
Expand Down
6 changes: 6 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

body.no-scroll {
overflow: hidden;
position: fixed;
width: 100%;
}

1 comment on commit 316ad23

@vercel
Copy link

@vercel vercel bot commented on 316ad23 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

isthat-ai – ./

isthat.ai
isthat-ai-git-main-zolplay.vercel.app
isthat-ai-zolplay.vercel.app
www.isthat.ai

Please sign in to comment.