bfg-common 1.5.968 → 1.5.969

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.
@@ -102,7 +102,7 @@ const isScrolledBlock = computed<boolean>(() => y.value > 0)
102
102
  border-top: 1px solid var(--counters-border-block-border-color);
103
103
  position: sticky;
104
104
  inset: 0;
105
- z-index: 999; // TODO use z-index from global (bfg-uikit)
105
+ z-index: var(--z-fixed);
106
106
  }
107
107
  }
108
108
  </style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.968",
4
+ "version": "1.5.969",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",