Skip to content

Commit

Permalink
Merge pull request #10 from tallstackui/revert-9-modal-size-variation…
Browse files Browse the repository at this point in the history
…s-overflow

Revert "Modal docs size variation card overflow"
  • Loading branch information
devajmeireles authored Dec 2, 2023
2 parents d00533a + 0aae728 commit 75d6400
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 overflow-auto custom-scrollbar' => $background])>
<div x-show="!code" @class(['rounded-lg p-6', 'bg-white shadow-md dark:bg-slate-800' => $background])>
{{ $slot }}
</div>
@if ($contents)
Expand Down

0 comments on commit 75d6400

Please sign in to comment.