From df4aba266aa8914258d48b871d32023f4218e5da Mon Sep 17 00:00:00 2001 From: merve karaman <107546467+mervekaraman@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:18:17 +0300 Subject: [PATCH] Progress bar is not visible and scroll is showing problem solved --- resources/assets/js/bootstrap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index 475393da1..582784bf4 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -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