Skip to content

Commit 9f7cc17

Browse files
committed
bugfix: remove highlight on content sidebar if toggle notification
1 parent 21e2a42 commit 9f7cc17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/dist/inspirecms.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/views/livewire/content-sidebar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class="relative z-30 lg:hidden"
5252
</div>
5353
</div>
5454
</div>
55-
<div class="hidden lg:fixed lg:top-16 lg:bottom-0 lg:z-30 lg:flex lg:w-72 lg:flex-col content-sidebar_desktop">
55+
<div class="hidden lg:fixed lg:top-16 lg:bottom-0 lg:z-25 lg:flex lg:w-72 lg:flex-col content-sidebar_desktop">
5656
<div class="flex grow flex-col gap-y-5 overflow-y-auto border-r border-gray-200 bg-white py-2 dark:bg-gray-900 dark:border-gray-700">
5757
<div class="px-1 pb-2">
5858
{{ $this->localeSwitcher }}

0 commit comments

Comments
 (0)