BasirKhan418 / Project-Studio

Project Studio: The ultimate project management and developer collaboration tool for streamlining workflows, enhancing team productivity, and delivering outstanding results. Manage tasks, track code changes, and communicate seamlessly with your team, all in one place.
https://projectmangementapp.vercel.app/
5 stars 9 forks source link

adding overflow x hidden for small devices so the content don't overf… #2

Closed tusharkc closed 10 months ago

tusharkc commented 10 months ago

Fixed issue number #1

added overflow hidden for the smaller devices so that the content do not try to overflow out of the screen on smaller devices.

Browser was trying to adapt the content to the screen size, it seemed like {x :200 } in initial states of animation was causing the issue.

vercel[bot] commented 10 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @BasirKhan418 on Vercel.

@BasirKhan418 first needs to authorize it.

netlify[bot] commented 10 months ago

Deploy Preview for verdant-dolphin-790e9c ready!

Name Link
Latest commit 01a748ad8258b0181dc3f63473e2d6f88eb40d25
Latest deploy log https://app.netlify.com/sites/verdant-dolphin-790e9c/deploys/6551346fd39d0f0009f7a6b0
Deploy Preview https://deploy-preview-2--verdant-dolphin-790e9c.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

tusharkc commented 10 months ago

@BasirKhan418 here is the PR. Thanks.

BasirKhan418 commented 10 months ago

Hii, Looks good to me