@cdc/data-bite 4.23.11 → 4.24.2

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": "@cdc/data-bite",
3
- "version": "4.23.11",
3
+ "version": "4.24.2",
4
4
  "description": "React component for displaying a single piece of data in a card module",
5
5
  "moduleName": "CdcDataBite",
6
6
  "main": "dist/cdcdatabite",
@@ -26,7 +26,7 @@
26
26
  "license": "Apache-2.0",
27
27
  "homepage": "https://github.com/CDCgov/cdc-open-viz#readme",
28
28
  "dependencies": {
29
- "@cdc/core": "^4.23.11",
29
+ "@cdc/core": "^4.24.2",
30
30
  "chroma": "0.0.1",
31
31
  "chroma-js": "^2.1.0",
32
32
  "html-react-parser": "^3.0.8",
@@ -39,5 +39,5 @@
39
39
  "react": "^18.2.0",
40
40
  "react-dom": "^18.2.0"
41
41
  },
42
- "gitHead": "ecad213667a3cb96c921eaddba43a31c84caaa08"
42
+ "gitHead": "edde49c96dee146de5e3a4537880b1bcf4dbee08"
43
43
  }
@@ -60,7 +60,7 @@
60
60
  background: #fff;
61
61
  width: $editorWidth;
62
62
  overflow-y: overlay;
63
- position: fixed;
63
+ position: absolute;
64
64
  z-index: 8;
65
65
  display: flex;
66
66
  flex-direction: column;
@@ -547,14 +547,13 @@
547
547
  color: #000;
548
548
  font-size: 1em;
549
549
  border: 0;
550
- position: fixed;
550
+ position: absolute;
551
551
  z-index: 100;
552
552
  transition: 0.1s background;
553
553
  cursor: pointer;
554
554
  width: 25px;
555
555
  height: 25px;
556
556
  left: 307px;
557
- top: 10px;
558
557
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
559
558
  &:before {
560
559
  top: 43%;