cloud-business 0.1.113-1 → 0.1.113-3

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.
@@ -20222,14 +20222,20 @@ body {
20222
20222
  }
20223
20223
  .assetModal {
20224
20224
  height: 700px;
20225
+ scrollbar-color: initial !important;
20226
+ scrollbar-width: initial !important;
20227
+ }
20228
+ .assetModal .infinite-scroll-component {
20229
+ height: initial !important;
20230
+ overflow: initial !important;
20225
20231
  }
20226
20232
  .assetModal ::-webkit-scrollbar-track-piece {
20227
20233
  background-color: transparent;
20228
20234
  -webkit-border-radius: 0;
20229
20235
  }
20230
20236
  .assetModal ::-webkit-scrollbar {
20231
- width: 12px;
20232
- height: 12px;
20237
+ width: 12px !important;
20238
+ height: 12px !important;
20233
20239
  }
20234
20240
  .assetModal ::-webkit-scrollbar-thumb {
20235
20241
  height: 50px;
@@ -23082,7 +23088,7 @@ body {
23082
23088
  background-color: #E8E8E8;
23083
23089
  }
23084
23090
  .selectedAssetContainer .cardMaterials {
23085
- padding: 0 20px;
23091
+ padding: 0 0 0 20px;
23086
23092
  gap: 12px;
23087
23093
  }
23088
23094
  .selectedAssetContainer .cardMaterials .card {