Commit 90a0f7fd authored by Patrick's avatar Patrick
Browse files

scrollbar test

parent 23c11d28
...@@ -218,12 +218,12 @@ ...@@ -218,12 +218,12 @@
} }
#tour-frame::-webkit-scrollbar { #tour-frame::-webkit-scrollbar {
display: none; /* display: none; */
} }
/* Hide scrollbar for IE and Edge */ /* Hide scrollbar for IE and Edge */
#tour-frame { #tour-frame {
-ms-overflow-style: none; /* -ms-overflow-style: none; */
} }
#headerOne { #headerOne {
......
...@@ -75,9 +75,7 @@ function stopStory() { ...@@ -75,9 +75,7 @@ function stopStory() {
// console.log(check); // console.log(check);
// return check; // return check;
// }; // };
if (checkagent() == true && is_touch_device() == true && checkIpad() == true && framework.isMobile() == false ){
changeColor(true);
}
} }
function showbereich(bereich) { function showbereich(bereich) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment