@kitconcept/volto-light-theme 7.8.3 → 7.8.4

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.draft CHANGED
@@ -1,8 +1,7 @@
1
- ## 7.8.3 (2026-03-25)
1
+ ## 7.8.4 (2026-04-02)
2
2
 
3
3
  ### Bugfix
4
4
 
5
- - Fix image size grid-block in editmode. @TimoBroeskamp
6
- - Fix spacing for Teasers in Grid and navigation ntems when using the Intranet header. @danlavrz
5
+ - Reduce sticky menu z-index to prevent overlap issues with mobile navigation. @jackahl
7
6
 
8
7
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 7.8.4 (2026-04-02)
12
+
13
+ ### Bugfix
14
+
15
+ - Reduce sticky menu z-index to prevent overlap issues with mobile navigation. @jackahl
16
+
11
17
  ## 7.8.3 (2026-03-25)
12
18
 
13
19
  ### Bugfix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/volto-light-theme",
3
- "version": "7.8.3",
3
+ "version": "7.8.4",
4
4
  "description": "Volto Light Theme by kitconcept",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -1,6 +1,6 @@
1
1
  .mobile-sticky-menu {
2
2
  position: fixed;
3
- z-index: 100;
3
+ z-index: 11;
4
4
  bottom: 0;
5
5
  display: flex;
6
6
  display: none;