1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-28 15:29:52 +02:00

Fix: scroll bar showing in Firefox

This commit is contained in:
Luis
2017-03-02 15:35:55 +01:00
parent 2723006399
commit 2d8fb02f48
3 changed files with 4 additions and 3 deletions

View File

@@ -553,7 +553,7 @@ var WebSlides = function () {
value: function scrollTransitionToSlide_(isMovingForward, nextSlide, callback) {
var _this2 = this;
this.el.style.overflow = 'none';
this.el.style.overflow = 'hidden';
if (!isMovingForward) {
nextSlide.moveBeforeFirst();