bfg-common 1.5.22 → 1.5.23

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.
@@ -121,7 +121,7 @@ onUnmounted(() => {
121
121
  position: fixed;
122
122
  top: 0;
123
123
  left: 0;
124
- z-index: var(--z-fixed);
124
+ z-index: var(--z-popover);
125
125
  border-radius: 3px 0 0 3px;
126
126
  border: 1px solid #cccccc;
127
127
  border-left-color: #781da0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.22",
4
+ "version": "1.5.23",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",