Skip to content

Commit

Permalink
Merge pull request #9 from b1gdanhe/modal-size-variations-overflow
Browse files Browse the repository at this point in the history
Modal docs size variation card overflow
  • Loading branch information
devajmeireles authored Dec 1, 2023
2 parents 110485d + 80aef66 commit 7f39449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/preview.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@php($anchor ??= str($title)->slug()->lower())

<div x-data="{ anchor : false }" @if ($id) id="{{ $id }}" @endif>
<div x-show="!code" @class(['rounded-lg p-6', 'bg-white shadow-md dark:bg-slate-800' => $background])>
<div x-show="!code" @class(['rounded-lg p-6', 'bg-white shadow-md dark:bg-slate-800 overflow-auto custom-scrollbar' => $background])>
{{ $slot }}
</div>
@if ($contents)
Expand Down

0 comments on commit 7f39449

Please sign in to comment.