Skip to content

Commit

Permalink
- Fixed bug: wheel events will now propagate on navs wrappers #4637
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarotrigo committed Jul 8, 2024
1 parent e0231e7 commit 162d776
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/css/fullpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ html.fp-enabled,
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translate3d(0,-50%,0);
pointer-events: none;
}
#fp-nav.fp-right {
right: 17px;
Expand All @@ -112,6 +113,7 @@ html.fp-enabled,
left: 0 !important;
right: 0;
margin: 0 auto !important;
pointer-events: none;
}
.fp-slidesNav.fp-bottom {
bottom: 17px;
Expand Down Expand Up @@ -144,6 +146,7 @@ html.fp-enabled,
height: 100%;
cursor: pointer;
text-decoration: none;
pointer-events: all;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
Expand Down

0 comments on commit 162d776

Please sign in to comment.