diff --git a/src/core/style/collapse/_tool.scss b/src/core/style/collapse/_tool.scss index 256cf4a93..66bf01b11 100644 --- a/src/core/style/collapse/_tool.scss +++ b/src/core/style/collapse/_tool.scss @@ -15,6 +15,10 @@ // max-height: 0; max-height: var(--collapse-max-height); + &--expanded { + overflow: auto; + } + @include preference.reduce-motion { transition: none; }