dalphyx / vue-headroom

Headroom for Vuejs
128 stars 16 forks source link

0.10.1 strange behaviour, position: relative and fixed height. #46

Open na86 opened 3 years ago

na86 commented 3 years ago

Updating vue-headroom from 0.8.1 to 0.10.1 i've noticed this very strange behaviour, The new version apply position:relative to the headroom div and creates a wrapper with an inline height in px. This makes impossible to creates websites with an absolute header (by default) and headroom at the same time.
Had to downgrade to 0.8.1 to make it work.

Any solution? I'd like to keep the latest version!