@eeacms/volto-clms-theme 1.1.259 → 1.1.260

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,15 @@ 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.260](https://github.com/eea/volto-clms-theme/compare/1.1.259...1.1.260) - 10 October 2025
8
+
9
+ #### :house: Internal changes
10
+
11
+ - style: Automated code fix [eea-jenkins - [`bf98f53`](https://github.com/eea/volto-clms-theme/commit/bf98f53e74bd5c7919de1cf7b20004d07928c89e)]
12
+
13
+ #### :hammer_and_wrench: Others
14
+
15
+ - Refs #289194 - ChatbotFloatingButton - fix z-index (to be under Cookies banner). [GhitaB - [`1585ec7`](https://github.com/eea/volto-clms-theme/commit/1585ec7b64962651ea0b604581c9f2403460611e)]
7
16
  ### [1.1.259](https://github.com/eea/volto-clms-theme/compare/1.1.258...1.1.259) - 10 October 2025
8
17
 
9
18
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.1.259",
3
+ "version": "1.1.260",
4
4
  "description": "volto-clms-theme: Volto theme for CLMS site",
5
5
  "main": "src/index.js",
6
6
  "author": "CodeSyntax for the European Environment Agency",
@@ -1,6 +1,6 @@
1
1
  .chatbot-floating-button {
2
2
  position: fixed;
3
- z-index: 1000;
3
+ z-index: 995; // Cookies banner has 1000
4
4
  right: 20px;
5
5
  bottom: 20px;
6
6
  display: flex;