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
Bryan Sosa 7Bryan Sosa 7 

Scroll on Salesforce1 / Lightning Component

Hi,

I did the following tuorial:
http://ccoenraets.github.io/getting-started-lightning-components/index.html

And I wonder how to make a div scrollable in a lighning component.
 
<aura:component implements="force:appHostable">

    <div>
        <div>
            <c:AccountMap />
        </div>

        <div>
<!------------ Need to make this component scrollable --------------------->
            <c:AccountList />
        </div>
    </div>

</aura:component>


 
ShashankShashank (Salesforce Developers) 
You can do this using the Lightning Design system CSS:

Getting started: https://www.lightningdesignsystem.com/getting-started/lightning

Div Scrollable: https://www.lightningdesignsystem.com/components/utilities/scrollable/
Onttu Lindeman 12Onttu Lindeman 12
This did not correct the issue for me anyone else got it working and post code changes?
Onttu Lindeman 12Onttu Lindeman 12
no updates?
Jason HuggerJason Hugger
Scrollable is not available in the Salesforce1 app join this fix request: https://success.salesforce.com/issues_view?id=a1p30000000ePVNAA2