-
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
Latest Trends you may have missed about Salesforce Journey Builder and GA 360
Salesforce Journey Builder — In November 2017, Salesforce announced a strategic partnership with Google that brought together two of the world’s leading tech giants. And with deep…
Complete Guide To Salesforce Marketing Cloud Implementation in 2024
In today's digital age, effective marketing requires more than just reaching out to potential customers. It involves understanding their behaviors, preferences, and needs to deliver…
How To Become A Salesforce Developer: 5 Best Educational Tips
Introduction The number of professionals engaged in the computer science and engineering field is growing steadily. Today many people are willing to learn to program,…
Popular Salesforce Videos
Learn About Types of Sandboxes in Salesforce
A sandbox is a copy of your organization in a separate environment that you can use for a variety of purposes, such as testing and training.…
Send Salesforce Field Service Mobile App Device Logs For iOS
This video will demonstrate how to send device logs from the Field Service App for iOS / Android. Salesforce Support may ask you to send…
Salesforce to Twilio Integration Using MuleSoft | SFDC
Take a look at how Twilio integration with Salesforce is done using MuleSoft. This tutorial will cover the following points - 1. Introduction Learn how…