Skip to content

Commit

Permalink
Fix: scroll issue with sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Nov 29, 2023
1 parent baa0fbc commit 4f26015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/forms/picker.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class="flex items-center justify-center flex-none w-10 h-10 transition text-gray

@once
<template x-teleport="body">
<x-filament::modal id="curator-panel" width="screen" class="curator-panel">
<x-filament::modal id="curator-panel" width="screen" class="curator-panel" displayClasses="block">
<x-slot name="heading">
{{ __('curator::views.panel.heading') }}
</x-slot>
Expand Down

0 comments on commit 4f26015

Please sign in to comment.