We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9e080 commit 5dae44fCopy full SHA for 5dae44f
resources/views/packages/index.blade.php
@@ -22,7 +22,13 @@ class="d-none d-md-inline-flex link-body-emphasis text-decoration-none icon-link
22
</x-header>
23
24
<x-container>
25
- <x-turbo::frame id="packages" refresh="morph">
+ <x-turbo::frame id="packages"
26
+ refresh="morph"
27
+ data-turbo-action="advance"
28
+ autoscroll="true"
29
+ data-autoscroll-block="nearest"
30
+ data-autoscroll-behavior="smooth"
31
+ >
32
<div class="row g-4 g-md-5 justify-content-center align-items-start position-relative mb-xl-5 mb-3">
33
<div class="col-md-4 col-xl-3 d-none d-md-block">
34
<span class="display-6 fw-bold text-body-emphasis mb-4 text-balance">Категории</span>
0 commit comments