-
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
Setting Up Subscription Products and Making Configuration Decisions in Salesforce CPQ
We are back again with our Managing Your Subscription Products with Salesforce CPQ series. In our previous blog, we introduced different subscription models on a…
Aura Vs LWC: Why You Should Learn LWC? | Salesforce Lightning Tutorial
What is LWC? LWC stands for Lightning Web Component. It is the new programming model on which we can build Lightning Components. It uses the…
Fast Track your Marketing Activities and Enhance User Experience with DemandBlue's Salesforce Marketing Cloud Accelerators
Salesforce Marketing Cloud is one of the most used digital marketing platforms. DemandBlue’s set of Marketing Cloud and Pardot accelerators are uniquely backed by a decade of…
Popular Salesforce Videos
Salesforce Lightning Tutorial | Build a Custom Lightning Home Page
This Salesforce Lightning Tutorial video by Edureka will help you understand what exactly is Salesforce lightning. It will also talk about some of the features…
Salesforce Connections 2018 Keynote - Ch. 3: Adidas Is A Trailblazer
Salesforce Connections 2018 Keynote – Ch. 1: Corporate Positioning Salesforce Connections 2018 Keynote – Ch. 2: Ticketmaster Is A Trailblazer Salesforce Connections 2018 Keynote –…
Introduction to Report and Dashboard in Salesforce | Salesforce Training Videos
A report is a list of records that meet the criteria you define. It's displayed in Salesforce in rows and columns, and can be filtered,…