@webitel/ui-sdk 24.2.2 → 24.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "24.02.2",
3
+ "version": "24.2.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -222,6 +222,7 @@ export default {
222
222
 
223
223
  .wt-table {
224
224
  @extend %wt-scrollbar;
225
+ display: none;
225
226
  overflow: auto;
226
227
  }
227
228