hiding-header
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "hiding-header", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Toggles header visibility on scroll.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -35,4 +35,4 @@ # Hiding Header [![npm](https://img.shields.io/npm/v/hiding-header.svg)](https://www.npmjs.com/package/hiding-header) [![Dependencies](https://img.shields.io/david/FilipChalupa/hiding-header.svg)](https://www.npmjs.com/package/hiding-header?activeTab=dependencies) ![npm type definitions](https://img.shields.io/npm/types/hiding-header.svg) | ||
position: relative; | ||
--hidingHeader-height: 0px; | ||
--hidingHeader-bounds-height: 0px; | ||
--hidingHeader-height: auto; | ||
--hidingHeader-bounds-height: auto; | ||
z-index: 10; | ||
@@ -39,0 +39,0 @@ height: var(--hidingHeader-bounds-height); |
11531