mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Fix notifications dropdown z-index
This commit is contained in:
parent
dca27b319c
commit
a28752d161
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
<div class="navbar-end">
|
<div class="navbar-end">
|
||||||
<ul class="menu menu-horizontal bg-base-100 rounded-box px-1">
|
<ul class="menu menu-horizontal bg-base-100 rounded-box px-1">
|
||||||
<% if user_signed_in? %>
|
<% if user_signed_in? %>
|
||||||
<div class="dropdown dropdown-end dropdown-bottom dropdown-hover z-[10000]"
|
<div class="dropdown dropdown-end dropdown-bottom dropdown-hover z-[5000]"
|
||||||
data-controller="notifications"
|
data-controller="notifications"
|
||||||
data-notifications-user-id-value="<%= current_user.id %>">
|
data-notifications-user-id-value="<%= current_user.id %>">
|
||||||
<div tabindex="0" role="button" class='btn btn-sm btn-ghost hover:btn-ghost'>
|
<div tabindex="0" role="button" class='btn btn-sm btn-ghost hover:btn-ghost'>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue