fix(member-live): correct the overview pinned-column layering
This commit is contained in:
parent
4d100aef22
commit
e16ef1bea4
2 changed files with 10 additions and 36 deletions
|
|
@ -161,7 +161,7 @@ defmodule MvWeb.Layouts do
|
|||
|
||||
<div class="drawer-content flex flex-col relative z-0">
|
||||
<!-- Mobile Header (only visible on mobile) -->
|
||||
<header class="lg:hidden sticky top-0 z-10 navbar bg-base-100 shadow-sm">
|
||||
<header class="lg:hidden sticky top-0 z-40 navbar bg-base-100 shadow-sm">
|
||||
<label
|
||||
for="mobile-drawer"
|
||||
class="btn btn-square btn-ghost"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue