Merge pull request #3038 from mervekaraman/master
Progress bar is not visible and scroll is showing problem solved
This commit is contained in:
commit
a918bc6b48
1
resources/assets/js/bootstrap.js
vendored
1
resources/assets/js/bootstrap.js
vendored
@ -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
|
||||
|
@ -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 !!}
|
||||
|
@ -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 !!}
|
||||
|
Loading…
x
Reference in New Issue
Block a user