Skip to content

Commit c8af062

Browse files
vladboisadevversion
authored andcommitted
feat(docs-infra): add transition on editor wrapper (angular#54128)
Add the smooth animation when height of the container is changing PR Close angular#54128
1 parent 6844103 commit c8af062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adev/src/app/editor/code-editor/code-editor.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
// adjust height for terminal tabs
123123
// so that scroll bar & content do not render under tabs
124124
height: calc(100% - 49px);
125+
transition: height 0.3s ease;
125126

126127
&-hidden {
127128
display: none;

0 commit comments

Comments
 (0)