-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Reproduction URL (Required)
https://github.com/fel1x-developer/poudriere-web-app/tree/main at 15d68bcc93b8f27f5c59b9feb97408d4c97c049a
What version of daisyUI are you using?
v5.0.0
Which browsers are you seeing the problem on?
All browsers
Describe your issue
In src/routes/+layout.svelte, change
<div class="drawer-side z-10">to
<div class="drawer-side">and try to make window narrow under lg.
Then the footer-title overlaps on the drawer, which SHOULD NOT happen.
The temporary fix I'm using right now is giving z-1 or above as the first code snippet.
Metadata
Metadata
Assignees
Labels
No labels