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 Report][3.5.16] [VBtn] has no background if in absolute parent #19636

Closed
KIDS-interactive opened this issue Apr 18, 2024 · 3 comments
Closed

Comments

@KIDS-interactive
Copy link

Environment

Vuetify Version: 3.5.16
Vue Version: 3.4.23
Browsers: Chrome 123.0.0.0
OS: Windows 10

Steps to reproduce

Create an absolute parent, put an v-btn in it and set a size of size="50px"

Expected Behavior

The button has all functionality from before

Actual Behavior

The button has no background and so no click transition etc

Reproduction Link

https://play.vuetifyjs.com/#...

@KaelWD
Copy link
Member

KaelWD commented Apr 18, 2024

Buttons have max-width:100%, your absolute element has 0 width.

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Apr 18, 2024
@KIDS-interactive
Copy link
Author

@KaelWD the max-width is set by vuetify and should be removed if the user sets a size with px!
That's not an issue made by me

@KIDS-interactive
Copy link
Author

KIDS-interactive commented Apr 18, 2024

image

@KaelWD You set a min-width when I set a normal size class. Why is it a "WontFix" for you to do it at a specified size?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants