Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit901aa4e

Browse files
committed
fixed accordion sizing
1 parent912423e commit901aa4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/gridiron-react/src/lib/components/accordion.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default function accordion (pure) {
6565
this.updateHeight=()=>{
6666
constnode=this.contents[this.state.expandedID]
6767
if(node)
68-
node.style.maxHeight=`${node.scrollHeight}px`
68+
node.style.maxHeight='100%'//`${node.scrollHeight}px`
6969
}
7070
this.updateWidth=()=>{
7171
constnode=this.contents[this.state.expandedID]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp