Merge pull request #3038 from mervekaraman/master

Progress bar is not visible and scroll is showing problem solved
This commit is contained in:
Cüneyt Şentürk 2023-08-28 13:45:27 +03:00 committed by GitHub
commit a918bc6b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -23,6 +23,7 @@ window.axios.defaults.headers.common['Content-Type'] = 'multipart/form-data';
// #start NProgress integration
// Added nprogress to use nprogress bar
import NProgress from "nprogress";
import 'nprogress/nprogress.css';
window.axios.interceptors.request.use(function (config) {
// Do something before request is sent

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}">
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}" class="overflow-hidden">
<x-layouts.auth.head>
<x-slot name="title">
{!! !empty($title->attributes->has('title')) ? $title->attributes->get('title') : $title !!}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}">
<html dir="{{ language()->direction() }}" lang="{{ app()->getLocale() }}" class="overflow-hidden">
<x-layouts.install.head>
<x-slot name="title">
{!! !empty($title->attributes->has('title')) ? $title->attributes->get('title') : $title !!}