Skip to content

Commit eee7396

Browse files
committed
VueUiAccordion improved features
1 parent 36d79a3 commit eee7396

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "2.0.98",
4+
"version": "2.0.99",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/components/vue-ui-accordion.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ div.vue-ui-accordion-content {
110110
111111
details[open]+div.vue-ui-accordion-content {
112112
max-height: v-bind(maxHeight);
113-
overflow-y: auto;
114113
transition: max-height 1s ease-out, opacity 1s ease-out;
115114
opacity: 1;
116115
}

0 commit comments

Comments
 (0)