Skip to content

Commit

Permalink
Update slideover.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Nov 23, 2022
1 parent 060347e commit 3f4f831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/slideover.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'sm:max-w-md md:max-w-xl lg:max-w-3xl xl:max-w-5xl 2xl:max-w-7xl': modal.maxWidth == '7xl'
}">
<x-splade-component is="dialog" panel dusk="slideover-dialog">
<div {{ $attributes->class('bg-white p-6 rounded relative') }}>
<div {{ $attributes->class('bg-white p-6 min-h-screen relative') }}>
<div v-if="modal.closeButton" class="absolute top-0 right-0 pt-3 pr-3">
<button dusk="close-modal-button" @click="modal.close" type="button" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">Close</span>
Expand Down

0 comments on commit 3f4f831

Please sign in to comment.