Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Scroll Issue with '.app-wrapper' overflow #68

Closed
wants to merge 1 commit into from
Closed

fix: Scroll Issue with '.app-wrapper' overflow #68

wants to merge 1 commit into from

Conversation

ljt990218
Copy link
Member

.app-wrapper {
  ...
  height: 100%;
  ...
}

'.app-wrappe' 的高度是 100%,导致首页会产生滚动,个人觉得不产生滚动体验更好。

.app-wrapper {
  ...
  height: calc(100% - 46px);
  ...
}

Copy link

netlify bot commented Mar 23, 2024

Deploy Preview for vvmcsr ready!

Name Link
🔨 Latest commit 337ec2a
🔍 Latest deploy log https://app.netlify.com/sites/vvmcsr/deploys/65fea0bb9c9b4000081c4567
😎 Deploy Preview https://deploy-preview-68--vvmcsr.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99
Accessibility: 100
Best Practices: 100
SEO: 92
PWA: 100
View the detailed breakdown and full score reports

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

@ljt990218 ljt990218 closed this Mar 23, 2024
@CharleeWa
Copy link
Collaborator

谢谢!我觉得挺好的。为什么关闭了?

@CharleeWa CharleeWa changed the title fix: '.app-wrappe' Components High overflow causes the page to scroll fix: Scroll Issue with '.app-wrapper' overflow Mar 23, 2024
@CharleeWa CharleeWa assigned CharleeWa and unassigned CharleeWa Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants