Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b1gdanhe committed Dec 1, 2023
1 parent 110485d commit 80aef66
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 80aef66

Please sign in to comment.