From 6034d2ddaf26d0be1beb3ed79f6b06adc8006477 Mon Sep 17 00:00:00 2001 From: Vanshita Mathur Date: Tue, 25 Oct 2022 14:09:44 +0530 Subject: [PATCH] Added pre-loader to Child Therapy issue #556 --- css/childTherapy.css | 11 +++++++++++ html/childTherapy.html | 6 +++++- html/childTherapy.js | 6 ++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/css/childTherapy.css b/css/childTherapy.css index 431296a..774ee97 100644 --- a/css/childTherapy.css +++ b/css/childTherapy.css @@ -4,6 +4,17 @@ padding: 0; box-sizing: border-box; } +#load{ + margin: auto; + width: 100%; + height: -webkit-fill-available; + position: fixed; + background: #fff url(/images/Spin-Preloader-1.gif) no-repeat center; + z-index: 9999999; +} +#main{ + overflow: hidden !important; +} ::-webkit-scrollbar{ background: transparent; width: 0.4rem; diff --git a/html/childTherapy.html b/html/childTherapy.html index 5e96f5d..6e04126 100644 --- a/html/childTherapy.html +++ b/html/childTherapy.html @@ -19,7 +19,11 @@ Sukoon - Child Therapy - + + +
+
+