bfg-common 1.5.21 → 1.5.22

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.
@@ -218,7 +218,7 @@ b {
218
218
  padding: 0 1.1rem 0 0.3rem;
219
219
  cursor: pointer;
220
220
  width: 100%;
221
- z-index: var(--z-dropdown);
221
+ //z-index: var(--z-dropdown);
222
222
  }
223
223
 
224
224
  &:after {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.21",
4
+ "version": "1.5.22",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",