function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sagar sanusagar sanu 

How can i remove the side scrolling options from my vf page component.. not able to get it kindly plz help me with the solutions

How can i remove the side scrolling options from my vf page component.. not able to get it kindly plz help me with the solutions
Khan AnasKhan Anas (Salesforce Developers) 
Hi Sagar,

Greetings to you!

You can use overflow:hidden
<div style="overflow: hidden;">

</div>

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
sagar sanusagar sanu
Thanks! for your answer @khan Anas. it works