nishant-ai / TravelGo

This is a travel agency website created using React.
https://travgo.netlify.app
28 stars 31 forks source link

fixed scroll effect of StatsCard #68

Closed sauravraw closed 1 year ago

sauravraw commented 1 year ago
netlify[bot] commented 1 year ago

Deploy Preview for travgo ready!

Name Link
Latest commit 59dcdfd51b1abf014fa13ad4b2cd8f5cdc9f151a
Latest deploy log https://app.netlify.com/sites/travgo/deploys/634ea4f146ff0a00089dfe6a
Deploy Preview https://deploy-preview-68--travgo.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 settings.

Timmotal commented 1 year ago
  • Fixed the scroll of StatsCard as it was hovering over the navigation
  • added hover effect on StatsCard container

can you kindly send a video or screenshot of this feature you adjusted?

sauravraw commented 1 year ago

Hi, So this was the issue Screenshot 2022-10-18 at 2 40 35 PM

here you can see your card was overlapping on the login navigation

I fixed this in this pr Screenshot 2022-10-18 at 2 41 17 PM

sauravraw commented 1 year ago
  • Fixed the scroll of StatsCard as it was hovering over the navigation
  • added hover effect on StatsCard container

can you kindly send a video or screenshot of this feature you adjusted?

https://github.com/nishant-ai/TravelGo/pull/68#issuecomment-1282069767

sauravraw commented 1 year ago

@Timmotal any update regarding this?