Public Ticket #5165

Scroll appears when it is not necessary

Closed
Comments
DexignLab
Lakhan Gaur replied 1 year ago on March 25, 2023 at 04:57 AM

Hello Victor,

Hope you are doing well and your last query has been resolved by the support team.

Sir, we need a favor from you, please drop the best 5-star rating with your golden words ... 

For Drop Item Rating you can follow these steps:-

Go to your Theme-forest Account

Follow this imagesmile.png

1112312008.jpg

Thanks

Lakhan G

DexignZone Team

DexignLab
Lakhan Gaur replied 1 year ago on March 01, 2023 at 04:13 AM

Hi, Victor del,

Our developer checked properly, and not found any issues.

Have you compiled scss after adding css to your project? 

Thanks

Lakhan G

DexignZone Team

DexignLab
Victor del replied 1 year ago on February 25, 2023 at 09:03 AM

Hi Lakhan,

Thanks for your quicky answer.

I tried this code but it is not working. 


DexignLab
Lakhan Gaur replied 1 year ago on February 25, 2023 at 12:54 AM

HI, Victor del,

Thanks for being our customer,

Add this css in reset.scss file. 

body {

  -ms-overflow-style: none;

  scrollbar-width: none;

  background-color: $body-bg;

  //overflow-y: scroll;

}

body::-webkit-scrollbar {

  display: none;

}

Check screenshot

https://prnt.sc/-5RtjkbA3GBn  

File Path: package\public\scss\base\reset.scss

File Name: reset.scss

Thanks 

Lakhan G

DexignZone Team

DexignLab
Victor del replied started the conversation 1 year ago on February 24, 2023 at 03:50 PM

Why the scroll bar appears in the body part?

I can see the tag style=”min-height: 1090px” is automatically added. Why?

Attached an example