notification position
hello all. can anybody help to find me out how to change the notification position?
in v2 version, it can be via config - layout.notifications.alignment
Solution:Jump to solution
I already found it myself in history of discord. Sorry
```php
use Filament\Notifications\Livewire\Notifications;
use Filament\Support\Enums\Alignment;
use Filament\Support\Enums\VerticalAlignment;...
1 Reply
Solution
I already found it myself in history of discord. Sorry