-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Disabled BUY button #6309
Comments
dude, i just found this one too, rn |
gotta go fast |
issue caused by 'auto' width on tooltip <o-tooltip
v-if="active"
:append-to-body="appendToBody"
:multiline="multiline"
class="neo-tooltip"
:style="{
'--font-size': fontSize,
'--multiline-width': multilineWidth,
width: fullWidth ? '100%' : 'auto',
}"
from PR: @Jarsen136 you must have put it there for a reason, whatever issue you were solving, can it be solved in another way? |
|
Sorry for missing this comment for a few days. I have fixed that style issue on PR #6412 |
Tested on https://kodadot.xyz/stmn/gallery/19-2
The text was updated successfully, but these errors were encountered: