alvarotrigo / alvarotrigo/fullPage.js
Respect body paddings
Aperta
enhancement
- Lingua principale
- JavaScript
- Stelle
- 35.4k
- Fork
- 7.1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### Description
In my setup i have fixed toolbar added by drupal.
It automatically allocate space by adding padding-top to body element.
But fullpage.js calculate section height simply by calling
`$window.height();`
I propose to give users an ability to select another DOM object(body in my case) to calculate height.
This option cannot brake existing setups.
### Steps to reproduce it
1. add padding to body
2. Set `box-sizing: border-box` for the body
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.