Skip to content

Commit 047dc06

Browse files
authored
Merge pull request #4472 from alvarotrigo/dev
Merging dev branch 4.0.12
2 parents 1e8ff7f + de25a6d commit 047dc06

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+881
-820
lines changed

Diff for: README.md

+89-93
Large diffs are not rendered by default.

Diff for: dist/fullpage.css

+11-18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 4.0.11
2+
* fullPage 4.0.12
33
* https://github.com/alvarotrigo/fullPage.js
44
*
55
* @license GPLv3 for open source use only
@@ -46,11 +46,6 @@ html.fp-enabled,
4646
justify-content: center;
4747
width: 100%;
4848
}
49-
/* .fp-table::before ,
50-
.fp-table::after {
51-
content:'';
52-
flex:1;
53-
} */
5449
.fp-slidesContainer {
5550
float: left;
5651
position: relative;
@@ -88,16 +83,6 @@ html.fp-enabled,
8883
border-width: 38.5px 0 38.5px 34px;
8984
border-color: transparent transparent transparent #fff;
9085
}
91-
/* .fp-scrollable {
92-
overflow: hidden;
93-
position: relative;
94-
} */
95-
/* .fp-scroller{
96-
overflow: hidden;
97-
} */
98-
/* .iScrollIndicator{
99-
border: 0 !important;
100-
} */
10186
.fp-notransition {
10287
-webkit-transition: none !important;
10388
transition: none !important;
@@ -222,6 +207,7 @@ html.fp-enabled,
222207
.fp-auto-height.fp-section,
223208
.fp-auto-height .fp-slide{
224209
height: auto !important;
210+
min-height: auto !important;
225211
}
226212

227213
.fp-responsive .fp-is-overflow.fp-section{
@@ -234,9 +220,15 @@ html.fp-enabled,
234220
.fp-scrollable .fp-slide{
235221
/* Fallback for browsers that do not support Custom Properties */
236222
height: 100vh;
237-
min-height: 100vh;
238223
height: calc(var(--vh, 1vh) * 100);
239-
min-height: calc(var(--vh, 1vh) * 100);
224+
}
225+
226+
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height),
227+
.fp-scrollable .fp-section:not(.fp-auto-height),
228+
.fp-scrollable .fp-slide:not(.fp-auto-height){
229+
/* Fallback for browsers that do not support Custom Properties */
230+
min-height: 100vh;
231+
min-height: calc(var(--vh, 1vh) * 100);
240232
}
241233

242234
/* Disabling vertical centering on scrollable elements */
@@ -261,6 +253,7 @@ html.fp-enabled,
261253
.fp-responsive .fp-auto-height-responsive.fp-section,
262254
.fp-responsive .fp-auto-height-responsive .fp-slide{
263255
height: auto !important;
256+
min-height: auto !important;
264257
}
265258

266259
/*Only display content to screen readers*/

Diff for: dist/fullpage.extensions.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)