@@ -124,24 +124,4 @@ export default {
.p-accordion .p-accordion-header.p-disabled a {
cursor: default;
}
-
-.p-accordion-content-wrapper-enter,
-.p-accordion-content-wrapper-leave-to {
- max-height: 0;
-}
-
-.p-accordion-content-wrapper-enter-to,
-.p-accordion-content-wrapper-leave {
- max-height: 1000px;
-}
-
-.p-accordion-content-wrapper-leave-active {
- overflow: hidden;
- transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
-}
-
-.p-accordion-content-wrapper-enter-active {
- overflow: hidden;
- transition: max-height 1s ease-in-out;
-}
\ No newline at end of file
diff --git a/src/components/common/Common.css b/src/components/common/Common.css
index 838af60de..6ec8e0ec3 100644
--- a/src/components/common/Common.css
+++ b/src/components/common/Common.css
@@ -130,4 +130,25 @@ button {
.p-input-overlay-leave-active {
-webkit-transition: transform .3s, opacity .15s;
transition: transform .3s, opacity .15s;
+}
+
+/* Toggleable Content */
+.p-toggleable-content-enter,
+.p-toggleable-content-leave-to {
+ max-height: 0;
+}
+
+.p-toggleable-content-enter-to,
+.p-toggleable-content-leave {
+ max-height: 1000px;
+}
+
+.p-toggleable-content-leave-active {
+ overflow: hidden;
+ transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
+}
+
+.p-toggleable-content-enter-active {
+ overflow: hidden;
+ transition: max-height 1s ease-in-out;
}
\ No newline at end of file
diff --git a/src/components/panel/Panel.vue b/src/components/panel/Panel.vue
index 7ecba0750..def59c93c 100644
--- a/src/components/panel/Panel.vue
+++ b/src/components/panel/Panel.vue
@@ -8,8 +8,8 @@
-