Dialog Scrollbar Overlaps on OS X
Environment
Product | Progress® Kendo UI® Dialog for jQuery |
Operating System | Windows 10 64bit |
Description
The scrollbar of the jQuery Dialog overlaps on OS X.
Cause
A scrollbar of an element below the Dialog popup might be displayed incorrectly over the Dialog popup in the Safari and Chrome browsers which run on OS X.
Solution
To handle the issue, apply the CSS style to the scrollbar container below the Dialog as demonstrated in the example below.
-webkit-transform: translate3d(0, 0, 0);