Skip to content

Commit 49f8335

Browse files
authored
Accordion: prevent collapsed accordion to overflow (#719)
1 parent 888b9c1 commit 49f8335

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.66.3 (2024-07-04)
2+
3+
### Bugfixes
4+
5+
- **Accordion**: prevent collapsed accordion to overflow
6+
17
# 2.66.2 (2024-07-01)
28

39
### Bugfixes

projects/pastanaga-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@guillotinaweb/pastanaga-angular",
33
"description": "Provides Pastanaga UI elements as Angular components",
4-
"version": "2.66.2",
4+
"version": "2.66.3",
55
"license": "MIT",
66
"keywords": [
77
"angular",

projects/pastanaga-angular/src/lib/accordion/accordion-item/accordion-item.component.scss

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ $padding-accordion-body: rhythm(2);
6262
.pa-accordion-item-body {
6363
height: 0;
6464
opacity: 0;
65+
overflow: hidden;
6566
padding: 0 $padding-accordion-body;
6667
position: relative;
6768
z-index: -1;

0 commit comments

Comments
 (0)