diff --git a/CHANGELOG.md b/CHANGELOG.md index 63822ac..940674c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [0.1.34](https://github.com/eea/volto-forests-theme/compare/0.1.33...0.1.34) +#### [0.1.35](https://github.com/eea/volto-forests-theme/compare/0.1.34...0.1.35) - Stickyy [`#46`](https://github.com/eea/volto-forests-theme/pull/46) +- Merge pull request #48 from eea/fix3 [`52652b7`](https://github.com/eea/volto-forests-theme/commit/52652b7994f3ba444ea3856f36884339b2e3b81f) +- change z index so nav can be visible [`0bf5d5b`](https://github.com/eea/volto-forests-theme/commit/0bf5d5bc63485fa24a1315ecf135d2656ede4111) +- fix [`1270603`](https://github.com/eea/volto-forests-theme/commit/1270603f351f818eb7f26645d9ef226f7041bf67) - fix [`cd7bea1`](https://github.com/eea/volto-forests-theme/commit/cd7bea1cd3681ae7e4cb84fbc6fd6ba028b9a103) - style [`e673d77`](https://github.com/eea/volto-forests-theme/commit/e673d77eebcc19aa6d1575ef01610a4f786d65ba) - remove sticky breadcrumbs [`ac2c60a`](https://github.com/eea/volto-forests-theme/commit/ac2c60a8715ee0c39d536865cc22ecb3f5cc7d2d) - make breadcrumb and lead navigation sticky [`d7eff97`](https://github.com/eea/volto-forests-theme/commit/d7eff971dbc5e9b76892706122243bc257528685) +#### [0.1.34](https://github.com/eea/volto-forests-theme/compare/0.1.33...0.1.34) + +> 19 January 2022 + +- Release: sticky nav [`#47`](https://github.com/eea/volto-forests-theme/pull/47) + #### [0.1.33](https://github.com/eea/volto-forests-theme/compare/0.1.32...0.1.33) > 18 January 2022 diff --git a/package.json b/package.json index 5a9043f..4200fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-forests-theme", - "version": "0.1.34", + "version": "0.1.35", "description": "@eeacms/volto-forests-theme: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", diff --git a/theme/site/globals/site.overrides b/theme/site/globals/site.overrides index 9f6394c..4edaa01 100644 --- a/theme/site/globals/site.overrides +++ b/theme/site/globals/site.overrides @@ -178,8 +178,8 @@ body.has-toolbar { .sticky-header-nav { position: absolute; - top: 235px; - z-index: 2; + bottom: -5px; + z-index: 4; width: 99%; .sticky-inner-wrapper { box-shadow: none !important;