Fixed slider issues on all major and minor browsers.

This commit is contained in:
Tthecreator 2019-01-22 15:08:02 +01:00
parent b4d9b37cbd
commit 8580ac39e3
3 changed files with 21 additions and 6 deletions

View file

@ -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>';