From b6bb795f47cc3b4cc251fda7df2173b4f6fd2e79 Mon Sep 17 00:00:00 2001 From: f4ilji Date: Mon, 25 Nov 2024 17:44:36 +0500 Subject: [PATCH] Changes --- docker-compose.yml | 4 ++-- resources/views/app.blade.php | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 63f20f4..a3adb29 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: volumes: - ./:/var/www container_name: ntspi-php-queue - command: php artisan queue:work --tries=3 --timeout=90 --sleep=3 # Настройте параметры по необходимости + command: php artisan queue:work --tries=3 --timeout=90 --sleep=3 db: image: mysql:8.0 @@ -46,4 +46,4 @@ services: - MYSQL_USER=admin - MYSQL_PASSWORD=secret ports: - - "3306:3306" \ No newline at end of file + - "3306:3306" diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index 7a6507f..894eb0d 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -31,13 +31,14 @@ font-size: 20px; } - html { - scroll-behavior: smooth; + *, html { scroll-padding: 6rem; + scroll-behavior: smooth !important; } + @inertia