mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:41:16 +01:00
Added react-collapse transition, required for react-collapse@^5
This commit is contained in:
parent
9cadda0236
commit
bd1204a7a5
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ReactCollapse--collapse {
|
||||||
|
transition: height 180ms;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue