Skip to content

Commit

Permalink
Fixed z-index issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MGeurts committed Jan 7, 2025
1 parent 395eec5 commit 2566fd9
Show file tree
Hide file tree
Showing 20 changed files with 27 additions and 27 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/views/back/people/add/child.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.add_child') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/add/father.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.add_father') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/add/mother.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.add_mother') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/add/partner.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.add_relationship') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/ancestors.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.ancestors') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/chart.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('app.family_chart') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/datasheet.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('app.datasheet') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/descendants.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.descendants') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/edit/contact.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.edit_contact') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/edit/death.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.edit_death') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/edit/family.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.edit_family') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/edit/files.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.files') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/edit/partner.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.edit_relationship') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/edit/photos.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.photos') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/edit/profile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.edit_profile') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/history.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('app.history') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/back/people/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ __('person.profile') }}
</x-slot>

<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<livewire:people.heading :person="$person" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/partials/header.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<header class="sticky top-0 z-10 w-full shadow-md print:hidden">
<header class="sticky top-0 z-30 w-full shadow-md print:hidden">
{{-- menu --}}
<livewire:navigation-menu />

Expand Down
2 changes: 1 addition & 1 deletion resources/views/livewire/people/search.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
{{-- search box section --}}
<div class="p-2 pb-5 sticky top-[6.5rem] z-40 bg-gray-100 dark:bg-gray-900">
<div class="p-2 pb-5 sticky top-[6.5rem] z-20 bg-gray-100 dark:bg-gray-900">
<div class="p-2 flex flex-col rounded dark:text-neutral-200 bg-white dark:bg-neutral-700 shadow-[0_2px_15px_-3px_rgba(0,0,0,0.07),0_10px_20px_-2px_rgba(0,0,0,0.04)]">
{{-- header --}}
<div class="flex flex-wrap mb-2 text-lg">
Expand Down

0 comments on commit 2566fd9

Please sign in to comment.