Fixed slider issues on all major and minor browsers.
This commit is contained in:
parent
b4d9b37cbd
commit
8580ac39e3
3 changed files with 21 additions and 6 deletions
|
@ -89,6 +89,7 @@
|
|||
var htmlToInsert = '';
|
||||
|
||||
if (!supportsNativeProgressStyle) {
|
||||
htmlToInsert += '<div class="mdl-slider-background-flex-container">';
|
||||
htmlToInsert += '<div class="mdl-slider-background-flex">';
|
||||
htmlToInsert += '<div class="mdl-slider-background-flex-inner">';
|
||||
|
||||
|
@ -103,6 +104,7 @@
|
|||
|
||||
htmlToInsert += '</div>';
|
||||
htmlToInsert += '</div>';
|
||||
htmlToInsert += '</div>';
|
||||
}
|
||||
|
||||
htmlToInsert += '<div class="sliderBubble hide"></div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue