@redseed/redseed-ui-vue3 2.13.8 → 2.13.9

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": "@redseed/redseed-ui-vue3",
3
- "version": "2.13.8",
3
+ "version": "2.13.9",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -215,7 +215,7 @@ onUnmounted(() => {
215
215
  @apply p-4 bg-rsui-grey-200 shrink-0 text-lg font-semibold;
216
216
  }
217
217
  &__body{
218
- @apply p-4 bg-white relative overflow-scroll overscroll-contain;
218
+ @apply p-4 bg-white relative overflow-scroll overscroll-contain z-0;
219
219
  -ms-overflow-style: none;
220
220
  scrollbar-width: none;
221
221
  &::-webkit-scrollbar {