Skip to content

Commit

Permalink
Slideover styling changes (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Sep 27, 2024
1 parent 9aaebc8 commit 425040f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/listing/filters.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@php($id = uniqid('filters-'))
<x-rapidez::slideover.mobile :$id :title="__('Filters')" position="right">
<div class="w-full p-2">
<div class="w-full p-2 max-lg:bg-white max-lg:p-5">
{{-- On mobile the filters aren't immedately visible so we should defer loading --}}
<lazy>
@include('rapidez::listing.partials.filter.selected')
Expand Down

0 comments on commit 425040f

Please sign in to comment.