@bytebrand/fe-ui-core 4.2.32 → 4.2.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.2.32",
3
+ "version": "4.2.33",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -10,7 +10,7 @@
10
10
  background-color: #fff
11
11
  width: 376px
12
12
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
13
- position fixed
13
+ position: absolute
14
14
  z-index: 1;
15
15
  padding: 35px 8px 35px
16
16
  height: 100%