alvarotrigo / alvarotrigo/fullPage.js

Respect body paddings

Aberta
#2,749 4 comentários 0 reações 0 responsáveis Ver no GitHub
enhancement
Linguagem predominante
JavaScript
Estrelas
35.4k
Forks
7.1k
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

### 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

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.