-
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
Salesforce Kanban Board - All You Need to Know
The Kanban load-up was initially evolved in Japan ('Kanban' deciphers as 'announcement') by Toyota to work within the nick of time (JIT) assembling and conveyance. …
Salesforce Spring ’20 – The Top Features
The Spring ’20 release of Salesforce is coming in mid-February 2020. Here are some of the new features that will make life easier for users,…
Four Most Unused Salesforce Features That You Need To Start Using
Salesforce is a marvelous CRM. When actualized and received, it can have extraordinary outcomes for your business. In any case, would you say you are…
Popular Salesforce Videos
How Easy (or Difficult) is it to Transition from Salesforce Classic to Lightning Experience?
This video answers the question of: How Do You Transition Your Company from Salesforce Classic to Lightning Experience? ▪️ How difficult is it? ▪️ How long should…
Salesforce Data Management - Data Loader - Insert, Update, Upsert, Export, Delete
Use the Data Loader wizards to add, modify, or delete records. The upsert wizard combines inserting and updating a record. If a record in your…
Salesforce Administrator Preparation - ADM 201
Salesforce Administrator Certification exam does not require any specific pre-requisites. But any working knowledge as an administrator or a developer or a functional consultant will…