@eeacms/volto-n2k 1.1.10 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
- ### [1.1.10](https://github.com/eea/volto-n2k/compare/1.1.9...1.1.10) - 1 December 2025
7
+ ### [1.1.11](https://github.com/eea/volto-n2k/compare/1.1.10...1.1.11) - 26 January 2026
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: z-index sidebar [Nilesh - [`8eeeb8c`](https://github.com/eea/volto-n2k/commit/8eeeb8c7f75ccfabdab9545f6a429ffc2ba1e65f)]
12
+
13
+ ### [1.1.10](https://github.com/eea/volto-n2k/compare/1.1.9...1.1.10) - 2 December 2025
8
14
 
9
15
  #### :house: Internal changes
10
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -96,7 +96,7 @@ div#view .site-habitats-list .habitats-list .ui.container > * {
96
96
  background-color: #fff !important;
97
97
 
98
98
  &.right.visible {
99
- z-index: 800;
99
+ z-index: 2000;
100
100
  box-shadow: 0px 0px 13px -5px #000000;
101
101
  }
102
102