diff --git a/resources/views/livewire/comments.blade.php b/resources/views/livewire/comments.blade.php index 79f6048..2cb22e7 100644 --- a/resources/views/livewire/comments.blade.php +++ b/resources/views/livewire/comments.blade.php @@ -57,10 +57,10 @@ @endif - {{-- New comment form - only for authorized users --}} + {{-- New comment form - sticky at bottom of slide-over --}} @auth @can('create', \Relaticle\Comments\CommentsConfig::getCommentModel()) -