impaktapps-ui-builder 0.0.382-alpha.1000 → 0.0.382-alpha.1002

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.
@@ -9213,17 +9213,13 @@ var leaderBoard = {
9213
9213
  },
9214
9214
  style: {
9215
9215
  wrapperStyle: {
9216
- minHeight: 800,
9217
- maxHeight: "none",
9218
- overflow: "auto"
9216
+ display: "flex",
9217
+ gap: "10px"
9219
9218
  }
9220
9219
  },
9221
9220
  wrapperStyle: {
9222
9221
  position: "relative",
9223
- width: "100%",
9224
- minHeight: 800,
9225
- maxHeight: "none",
9226
- overflow: "auto"
9222
+ width: "100%"
9227
9223
  }
9228
9224
  },
9229
9225
  elements: [
@@ -9529,11 +9525,11 @@ var leaderBoard = {
9529
9525
  fontWeight: 900,
9530
9526
  background: "rgb(179, 198, 255)"
9531
9527
  },
9532
- position: "absolute",
9533
9528
  top: { xs: "300px", sm: "300px", md: "390px", lg: "390px" },
9534
9529
  border: "2px solid rgb(179, 198, 255)",
9535
9530
  width: "95%",
9536
- left: "2.5%"
9531
+ left: "2.5%",
9532
+ margin: "auto"
9537
9533
  },
9538
9534
  main: {
9539
9535
  disableAction: true,