Make toasts position-fixed.

This commit is contained in:
Buster Neece 2023-07-14 16:46:35 -05:00
parent 7bd43a97e0
commit 328d6c4d60
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ $flashObj = $request->getAttribute(App\Http\ServerRequest::ATTR_SESSION_FLASH);
$notifies = [];
?>
<div class="toast-container top-0 end-0 p-3">
<div class="toast-container position-fixed top-0 end-0 p-3">
<?php
if (null !== $flashObj && $flashObj->hasMessages()):
foreach ($flashObj->getMessages() as $message):