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
sri vinod korlakunta 15sri vinod korlakunta 15 

how I can achieve autoscroll on lightning modal?

I've created a lightning component which shows terms and conditions in a modal when I click on button. How can acheive autoscroll on modal?
 
Ravi Dutt SharmaRavi Dutt Sharma
Hi Vinod, 

You can use slds classes to get scroll.
<div class="slds-scrollable">
       <!--Your content here-->
</div>



 
sri vinod korlakunta 15sri vinod korlakunta 15
@Ravi,
Thanks for your response. 
I was able to scroll. I'm looking for possibility of auto scroll.