@eventcatalog/core 2.12.2 → 2.12.3

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
@@ -1,5 +1,11 @@
1
1
  # @eventcatalog/core
2
2
 
3
+ ## 2.12.3
4
+
5
+ ### Patch Changes
6
+
7
+ - d0d13c9: chore(core): fixing z-index issue with the header nav and removing the max-width
8
+
3
9
  ## 2.12.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/event-catalog/eventcatalog.git"
7
7
  },
8
8
  "type": "module",
9
- "version": "2.12.2",
9
+ "version": "2.12.3",
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
@@ -12,9 +12,9 @@ const logo = {
12
12
 
13
13
  <nav
14
14
  id="eventcatalog-header"
15
- class="fixed top-0 left-0 right-0 bg-white border-b border-gray-100 py-3 font-bold text-xl bg-opacity-20 backdrop-blur-sm"
15
+ class="fixed top-0 left-0 right-0 bg-white border-b border-gray-100 py-3 font-bold text-xl bg-opacity-20 backdrop-blur-sm z-10"
16
16
  >
17
- <div class="max-w-[120em] mx-auto px-4 sm:px-4 lg:px-4 xxl:max-w-[96em]">
17
+ <div class="px-4 sm:px-4 lg:px-4">
18
18
  <div class="flex justify-between items-center">
19
19
  <div class="flex-shrink-0 flex items-center w-1/3">
20
20
  <a href={buildUrl(catalog.landingPage || '/')} class="flex space-x-2 items-center">