@neovici/cosmoz-omnitable 13.9.0 → 13.9.1

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.
@@ -558,6 +558,9 @@ export default css`
558
558
  margin: 0 8px;
559
559
  }
560
560
 
561
+ :host([mini]) .tableContent {
562
+ overflow: hidden;
563
+ }
561
564
  :host([mini]) .tableContent-scroller::-webkit-scrollbar {
562
565
  width: 4px;
563
566
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "13.9.0",
3
+ "version": "13.9.1",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"