-
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
What is Batch Apex in Salesforce? How to Execute Batch Apex Class?
Batch Apex In Salesforce If you want to process a large number of records every day or within a certain time interval, you may encounter…
What is Salesforce CMS: A Practical Guide
A hybrid content management system (CMS), Salesforce CMS enables you to generate, modify, arrange, and manage digital material from a single location. Publish content to channels like…
Salesforce Org Security through Profiles And Permission Sets
Profiles Profiles characterize how clients get to articles and information, and what they can do inside the application. At the point when you make clients,…
Popular Salesforce Videos
How to Add 'Add Campaign' Button to the Report Type | Salesforce Tutorial
Do you want to know How to Add 'Add Campaign' Button to the Report Type in Salesforce? In this session, Distinguished Architect Iman Maghroori shows…
How to Reference Custom Metadata Types to Optimize Salesforce Account Records Using Salesforce Flow
Salesforce Account Region Allocation using Custom Metadata Types and Salesforce Flow This video walks through an example of how you can reference Custom metadata Types…
Top 50 Salesforce Lightning Interview Questions And Answers | Salesforce Lightning Interview
This video by MindMajix includes all the frequently asked Interview questions that give you an idea to crack your Salesforce Lightning interview smartly. These Interview…