-
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 Lightning Dominates Dreamforce 2017 — Here are the Six Takeaways!
In the customer dominated era, CRM system plays an integral role in maintaining and accelerating the growth of a business. This is really difficult for…
How Salesforce Revenue Cloud Can Drive Revenue Growth Across Sales and Finance Through Revenue Operations (Revops)
In today’s business landscape, companies across the globe are redefining their sales and finance revenue operations (RevOps) to meet fluctuating customer requirements and fluid market…
Making Salesforce Documentation a Habit
Let’s talk about an essential aspect of Salesforce that often gets overlooked: documentation. Salesforce has transformed customer relationship management for businesses everywhere, but without proper documentation, Salesforce…
Popular Salesforce Videos
Nonprofit Summit 2022 - Go Further with Salesforce Reports and Dashboards Hands-on Training
Salesforce reports and dashboards are the analytical sides of CRM. They are used to convert business requirements into Visual representations like Graphs, Pie Charts, Tables,…
What is Salesforce Apex Trigger | When to use Salesforce Apex Trigger | Type of Salesforce Apex Trigger
In this video, we are going to learn some basic concepts of Apex trigger. Below is the Agenda. Video Resource: SFDC Panther
Salesforce Advanced Code Searcher | Productivity Hack
By using the advanced quick find you can get your code a few clicks shorter. Also, you can search any string your code. Using this…