Skip to content

Commit 9fde01d

Browse files
committed
fix content sidebar: ensure a after "notification & before "trix" & "filament button"
1 parent 376ac21 commit 9fde01d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

resources/css/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
}
2626
}
2727

28+
/* Content Sidebar */
29+
.content-sidebar_desktop {
30+
z-index: 1;
31+
}
32+
2833
/* Top Alert */
2934
.fi-body .top-alert.alert-dialog {
3035
@apply sticky top-0 z-20;

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-25 lg:flex lg:w-72 lg:flex-col content-sidebar_desktop">
55+
<div class="hidden lg:fixed lg:top-16 lg:bottom-0 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)