mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
feat(docs-infra): add transition on editor wrapper (#54128)
Add the smooth animation when height of the container is changing PR Close #54128
This commit is contained in:
parent
3d1fd3442e
commit
ca5bc0c5bd
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@
|
|||
// adjust height for terminal tabs
|
||||
// so that scroll bar & content do not render under tabs
|
||||
height: calc(100% - 49px);
|
||||
transition: height 0.3s ease;
|
||||
|
||||
&-hidden {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue