-
How to enable Visualforce page scroller for all browsers?
Hi,
I have a Visualforce page in my Salesforce.com application, we have scroller in page working fine with the Salesorce1 app and other browsers, but scroller not working in ios browser.
Please guide me with proper instruction to make scroller enable for all browsers.
`
.techOverScroll,.bDiv,.mergeMapSO{
min-height:auto;
max-height:250px;
overflow: auto;
// overflow-y: auto;
//overflow:hidden;
overflow-x:hidden;
-webkit-overflow-scrolling:touch;
//overflow-y:scroll;
width:100%;
}
`
Log In to reply.
Popular Salesforce Blogs
Top Salesforce Implementation Companies in New Jersey in 2024
In the modern business landscape, where customer relationships are at the heart of success, companies need robust tools to manage interactions and drive growth. Salesforce,…
Formula Field and Validation Rule in Salesforce
Formula and validation: “Control of how your data is displayed.” These rules confirm that the information a client enters in a record meets the benchmarks…
How to Integrate Salesforce Sales Cloud and Jira Adeptly?
Sean is the sales manager at a video Platform as a Service (PaaS) provider based out of Boston. The only thing he keeps contemplating is…
Popular Salesforce Videos
Deleting Contacts in Salesforce Marketing Cloud
Delete contacts to remove contact information from your Marketing Cloud Contact Builder account. Delete contact information to meet data compliance regulations. In this episode, Eliot…
Explain Standard Business Features of Salesforce?
Standard business features of Salesforce are Contact Management, Opportunity Management, Lead Management, Quote Management, Sales Management and Sales Forecasting. Watch the video to learn all…
Salesforce Guide to Sharing Architecture
The Salesforce sharing model is an essential element in your organization's ability to provide secure application data access. Therefore, it's crucial to architect your sharing…