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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user