@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 +2 -3
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/theme/_mobile-sticky-menu.scss +1 -1
package/.changelog.draft
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
## 7.8.
|
|
1
|
+
## 7.8.4 (2026-04-02)
|
|
2
2
|
|
|
3
3
|
### Bugfix
|
|
4
4
|
|
|
5
|
-
-
|
|
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
package/package.json
CHANGED