-
-
Notifications
You must be signed in to change notification settings - Fork 629
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
Unwanted scroll rail at the bottom side of selects #305
Comments
I have not reproduced this problem in my local environment. |
Sure thing, I've recreated the issue in this snippet: |
This one doesn't seem to have scroll bars, what browser are you using? |
@haoziqaq Chromium Version 97.0.4692.99 (Official Build) snap (64-bit) on Ubuntu 20.04 LTS |
The problem should be fixed, it will be fixed in the next patch version, thank you for your feedback |
@haoziqaq thank you too! |
Bug report 🐞
When changing the selected value of a select, there's a scroll rail showing up at the bottom for about a second and then disappears. Below is the video that describes the bug:
Select bug
Version & Environment
"@varlet/ui": "^1.25.0"
"vue": "^3.0.0"
"@varlet/touch-emulator": "^1.25.0"
Expectation
The select should open and close without any unexpected overflow issues.
Actual results (or Errors)
A rail at the bottom of the select appears and disappears when the dropdown is opening, closing or a certain value is selected for the first time.
The text was updated successfully, but these errors were encountered: