@imperosoft/cris-webui-components 1.1.2-beta.17 → 1.1.2-beta.18

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/dist/index.js CHANGED
@@ -1481,7 +1481,7 @@ var defaults = {
1481
1481
  };
1482
1482
  var INJECTED_CSS = `
1483
1483
  .cris-co-matrix-scroll::-webkit-scrollbar { display: none; }
1484
- .cris-co-matrix-item > div:first-child > .cris-button { width: 100%; }
1484
+ .cris-co-matrix-item > div:first-child > .cris-button { width: 100%; height: 100%; }
1485
1485
  `;
1486
1486
  var scrollbarStyleInjected = false;
1487
1487
  function injectScrollbarStyle() {