@carbon/ibm-products 2.43.2-canary.265 → 2.43.2-canary.267

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.
@@ -9911,8 +9911,8 @@ button.c4p--add-select__global-filter-toggle--open {
9911
9911
  }
9912
9912
 
9913
9913
  .c4p--edit-in-place--focused {
9914
- border: 2px solid var(--cds-focus, #0f62fe);
9915
9914
  background: var(--cds-field-01, #f4f4f4);
9915
+ outline: 2px solid var(--cds-focus, #0f62fe);
9916
9916
  }
9917
9917
 
9918
9918
  .c4p--edit-in-place__text-input {
@@ -10824,6 +10824,9 @@ button.c4p--add-select__global-filter-toggle--open {
10824
10824
  .c4p--datagrid__virtualScrollContainer {
10825
10825
  width: 100%;
10826
10826
  }
10827
+ .c4p--datagrid__virtualScrollContainer .cds--data-table-content {
10828
+ overflow-x: hidden;
10829
+ }
10827
10830
 
10828
10831
  .c4p--datagrid .cds--modal {
10829
10832
  width: 100%;
@@ -10864,6 +10867,12 @@ button.c4p--add-select__global-filter-toggle--open {
10864
10867
  .c4p--datagrid .c4p--datagrid__head-wrap {
10865
10868
  overflow: hidden;
10866
10869
  background-color: var(--cds-layer-accent);
10870
+ -ms-overflow-style: none;
10871
+ scrollbar-width: none;
10872
+ }
10873
+
10874
+ .c4p--datagrid .c4p--datagrid__head-wrap::-webkit-scrollbar {
10875
+ display: none;
10867
10876
  }
10868
10877
 
10869
10878
  .c4p--datagrid .cds--action-list .cds--btn.c4p--button-menu {