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 Card image-full does not seem to be effective #3369

Closed
J4gQBqqR opened this issue Jan 7, 2025 · 3 comments
Closed

bug: V5 Card image-full does not seem to be effective #3369

J4gQBqqR opened this issue Jan 7, 2025 · 3 comments
Assignees

Comments

@J4gQBqqR
Copy link

J4gQBqqR commented Jan 7, 2025

What version of daisyUI are you using?

V5-beta1

Which browsers are you seeing the problem on?

All browsers

Reproduction URL

The same link that I sent to your mail box earlier.

Describe your issue

This was from an earlier alpha version:
image

This is the latest beta1:
image

The transparent overlay seems to be missing in V5 beta1.

Copy link

github-actions bot commented Jan 7, 2025

Thank you @J4gQBqqR 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

saadeghi commented Jan 7, 2025

The same link that I sent to your mail box earlier.

Can you send me again? I receive many emails per day 😅

@saadeghi saadeghi self-assigned this Jan 8, 2025
@saadeghi
Copy link
Owner

saadeghi commented Jan 8, 2025

The issue in the link you sent me is .maplibregl-canvas { position: absolute; } which puts the canvas on top.
To fix that, you can:

  • remove that position: absolute
  • or add z-index: -1 to canvas
  • or do .card.image-full:before { z-index: 1 }

Let me know if you have a question.

@saadeghi saadeghi closed this as completed Jan 8, 2025
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