@eeacms/volto-bise-policy 1.2.32 → 1.2.33

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.33](https://github.com/eea/volto-bise-policy/compare/1.2.32...1.2.33) - 9 December 2025
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: wrong z-index for the menu in some edge cases [laszlocseh - [`dc23db7`](https://github.com/eea/volto-bise-policy/commit/dc23db7a2f10ae3c64cb25835dbdda30b6f1e3e4)]
12
+
7
13
  ### [1.2.32](https://github.com/eea/volto-bise-policy/compare/1.2.31...1.2.32) - 3 December 2025
8
14
 
9
15
  #### :nail_care: Enhancements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-bise-policy",
3
- "version": "1.2.32",
3
+ "version": "1.2.33",
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",
@@ -23,6 +23,7 @@ body {
23
23
  }
24
24
 
25
25
  @media @mobile {
26
+
26
27
  &.has-toolbar,
27
28
  &.has-toolbar-collapsed {
28
29
  --toolbar-width: 0px;
@@ -82,6 +83,10 @@ body {
82
83
  src: url('../fonts/Rajdhani-Bold.ttf') format('truetype');
83
84
  }
84
85
 
86
+ .eea.header {
87
+ z-index: 1001;
88
+ }
89
+
85
90
  a {
86
91
  color: @linkColor;
87
92
 
@@ -105,6 +110,7 @@ p.has--clear--both:empty {
105
110
 
106
111
  .contenttype-bise_factsheet {
107
112
  #main {
113
+
108
114
  h1,
109
115
  h2,
110
116
  h3,
@@ -131,7 +137,7 @@ p.has--clear--both:empty {
131
137
  display: flex;
132
138
  align-items: center;
133
139
 
134
- > div {
140
+ >div {
135
141
  width: 100%;
136
142
  }
137
143
  }
@@ -147,7 +153,8 @@ p.has--clear--both:empty {
147
153
  .ui.search {
148
154
  .ui.input {
149
155
  max-width: unset;
150
- > input {
156
+
157
+ >input {
151
158
  border-radius: 12px;
152
159
  }
153
160
  }
@@ -255,6 +262,7 @@ p.has--clear--both:empty {
255
262
  }
256
263
 
257
264
  .light-links {
265
+
258
266
  h1,
259
267
  h2,
260
268
  h3,
@@ -328,7 +336,7 @@ p.has--clear--both:empty {
328
336
  }
329
337
  }
330
338
 
331
- #sidebar > .sidebar-container > .tabs-wrapper > .ui.menu {
339
+ #sidebar>.sidebar-container>.tabs-wrapper>.ui.menu {
332
340
  flex-wrap: nowrap;
333
341
  }
334
342
 
@@ -358,4 +366,4 @@ p.has--clear--both:empty {
358
366
  border-right: 0.1rem solid @secondaryColor !important;
359
367
  }
360
368
  }
361
- }
369
+ }