@webitel/ui-sdk 23.12.90 → 23.12.91

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": "23.12.90",
3
+ "version": "23.12.91",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -221,6 +221,7 @@ export default {
221
221
  <style lang="scss" scoped>
222
222
 
223
223
  .wt-table {
224
+ @extend %wt-scrollbar;
224
225
  overflow: auto;
225
226
  }
226
227