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 @@