Skip to content

bug: footer-value overlaps on drawer-side #3614

@mchoo7

Description

@mchoo7

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions