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
in v2 version, it can be via config - layout.notifications.alignment

use Filament\Notifications\Livewire\Notifications;
use Filament\Support\Enums\Alignment;
use Filament\Support\Enums\VerticalAlignment;
Notifications::alignment(Alignment::Center);
Notifications::verticalAlignment(VerticalAlignment::Start);