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

[Bug]: Visible Scrollbars in DateRangePicker when system settings are set to always show scroll bars #72

Closed
jnsdrssn opened this issue Aug 28, 2024 · 2 comments · Fixed by #80
Labels
Type: Bug Confirmed bug, something is not working as intended

Comments

@jnsdrssn
Copy link

Tremor Raw Component Version

Tremor Raw Date Picker [v1.0.3]

Link to minimal reproduction

don't have time i'm sorry

Steps to reproduce

On macOS go to System Settings -> Appearance, Select "Always" in menu "Show scroll bars".

What is expected?

Scroll bars are invisible when content doesn't overflow

What is actually happening?

Scroll bars are visible but content doesn't overflow
Screenshot 2024-08-28 at 13 45 59

What browsers are you seeing the problem on?

No response

Any additional comments?

No response

@severinlandolt severinlandolt added the Type: Bug Confirmed bug, something is not working as intended label Aug 28, 2024
@jnsdrssn
Copy link
Author

the fix is to use overflow-auto instead of overflow-scroll btw

@severinlandolt
Copy link
Member

Hi @jnsdrssn, I vaguely remember that there was a reason why I made the scroll behaviour explicit. I will take a look at it today. 🤔

@severinlandolt severinlandolt linked a pull request Aug 31, 2024 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Confirmed bug, something is not working as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants