Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #49 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
nileshgulia1 committed Jan 19, 2022
2 parents a73d971 + 5a986f4 commit 301a5f9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 301a5f9

Please sign in to comment.