@eeacms/volto-clms-theme 1.1.81 → 1.1.82

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,11 @@ 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.82](https://github.com/eea/volto-clms-theme/compare/1.1.81...1.1.82) - 21 November 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - ul lien z-index eta margina [Zaloa Etxaniz - [`522ae5f`](https://github.com/eea/volto-clms-theme/commit/522ae5fa48e0a1c394866606470fa6737b0de02c)]
7
12
  ### [1.1.81](https://github.com/eea/volto-clms-theme/compare/1.1.80...1.1.81) - 20 November 2023
8
13
 
9
14
  #### :rocket: New Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.1.81",
3
+ "version": "1.1.82",
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",
@@ -493,8 +493,11 @@ body.contenttype-document .right-content ul {
493
493
  position: relative;
494
494
  left: 0.5rem;
495
495
  z-index:-1;
496
+ margin-bottom:1rem;
497
+ }
498
+ body.contenttype-document .right-content .accordion ul {
499
+ z-index: 0;
496
500
  }
497
-
498
501
  .card-container {
499
502
  display: flex;
500
503
  flex-wrap: wrap;