slide-over direction

I am using the modal blade component

https://filamentphp.com/docs/3.x/support/blade-components/modal#using-a-slide-over-instead-of-a-modal

Not seeing anything in the docs if i want to switch the direction from right, to be on the left side.

<x-filament::modal slide-over>
    {{-- Slide-over content --}}
</x-filament::modal>


Is it possible, and jsut not documented in the docs?
Was this page helpful?