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] - Outline hidden in skeleton #2125

Closed
rharkor opened this issue Dec 12, 2023 · 2 comments · Fixed by #2986
Closed

[BUG] - Outline hidden in skeleton #2125

rharkor opened this issue Dec 12, 2023 · 2 comments · Fixed by #2986
Assignees
Labels
🐛 Type: Bug Something isn't working

Comments

@rharkor
Copy link

rharkor commented Dec 12, 2023

NextUI Version

2.2.9

Describe the bug

When putting a button in a Skeleton the focus outline became invisible.
image
That's due to the overflow-hidden of the skeleton.

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

Put a button in skeleton

Expected behavior

To show the outline of the button when focused.

Screenshots or Videos

image

Operating System Version

Linus

Browser

Chrome

@rharkor rharkor added the 🐛 Type: Bug Something isn't working label Dec 12, 2023
@rharkor
Copy link
Author

rharkor commented Dec 12, 2023

I found a simple fix.
Just put the overflow to visible when the data is loaded.
image

Can you please correct this in the main package ?

@rharkor
Copy link
Author

rharkor commented Dec 18, 2023

Maybe that's not that simple because for a millisecond we see the skeleton with overflow-visible..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants