@eeacms/volto-bise-policy 1.2.39 → 1.2.40

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,6 +4,12 @@ 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.2.40](https://github.com/eea/volto-bise-policy/compare/1.2.39...1.2.40) - 25 February 2026
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - fix species page [Dobricean Ioan Dorian - [`4ede3b0`](https://github.com/eea/volto-bise-policy/commit/4ede3b0b67aee1445541ae1301b3f099b8a4ed0f)]
12
+ - Remove z-index styles from header and toolbar [dobri1408 - [`4fc001e`](https://github.com/eea/volto-bise-policy/commit/4fc001e8e0336540b08b685eed42060fd9ca4190)]
7
13
  ### [1.2.39](https://github.com/eea/volto-bise-policy/compare/1.2.38...1.2.39) - 24 February 2026
8
14
 
9
15
  #### :house: Internal changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-bise-policy",
3
- "version": "1.2.39",
3
+ "version": "1.2.40",
4
4
  "description": "@eeacms/volto-bise-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -83,10 +83,6 @@ body {
83
83
  src: url('../fonts/Rajdhani-Bold.ttf') format('truetype');
84
84
  }
85
85
 
86
- .eea.header {
87
- z-index: 1001;
88
- }
89
-
90
86
  a {
91
87
  color: @linkColor;
92
88
 
@@ -368,13 +364,12 @@ p.has--clear--both:empty {
368
364
  }
369
365
  }
370
366
 
367
+ .species-banner-details{
368
+ z-index:-1;
369
+ }
371
370
 
372
371
  //fix Sidebar menu vertical scroll
373
372
 
374
373
  div[role="navigation"] .toolbar-content.show {
375
374
  max-height: 100vh !important;
376
375
  }
377
-
378
- #toolbar .toolbar-content {
379
- z-index: 2000 !important;
380
- }