Skip to content

Conversation

@1357310795
Copy link
Collaborator

Checklist

  • Changes have been tested locally and work as expected.
  • All tests in workflows pass successfully.
  • Documentation has been updated if necessary.
  • Code formatting and commit messages align with the project's conventions.
  • Comments have been added for any complex logic or functionality if possible.

This PR is a ..

  • 🆕 New feature
  • 🐞 Bug fix
  • 🛠 Refactoring
  • ⚡️ Performance improvement
  • 🌐 Internationalization
  • 📄 Documentation improvement
  • 🎨 Code style optimization
  • ❓ Other (Please specify below)

Related Issues

fix #1230

Description

Additional Context

image image

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes an unintended double scroll bar issue in the instance settings page by removing a redundant overflow="auto" property from a nested VStack component. The parent Box element already provides scrolling functionality with overflowY="auto", making the child VStack's overflow property redundant and causing the unwanted nested scrolling behavior.

Key Changes:

  • Removed redundant overflow="auto" from VStack to eliminate double scroll bars

@UNIkeEN
Copy link
Owner

UNIkeEN commented Jan 3, 2026

现在多了水平的滚动条(macOS 26)

QQ_1767446734129

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.

[Bug] 不同平台下不同场景出现异常滚动条

3 participants