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: V5 grey border when opening drawer #3424

Closed
duvet86 opened this issue Jan 28, 2025 · 2 comments
Closed

bug: V5 grey border when opening drawer #3424

duvet86 opened this issue Jan 28, 2025 · 2 comments

Comments

@duvet86
Copy link

duvet86 commented Jan 28, 2025

What version of daisyUI are you using?

5.0.0-beta.2

Which browsers are you seeing the problem on?

Chrome

Reproduction URL

https://play.tailwindcss.com/S4gfffKr2s

Describe your issue

This is even more evident with "lg:drawer-open".

Image

Copy link

Thank you @duvet86 for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I find a solution.
In the meantime providing more details and reproduction links would be helpful.

@saadeghi
Copy link
Owner

That's scrollbar gutter:
https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter

to prevent layout shifts.

You can disable it like this

@plugin "daisyui" {
  exclude: rootscrollgutter;
}

Docs: https://v5.daisyui.com/docs/base/

Let me know if you have a question.

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

No branches or pull requests

2 participants