From ca5bc0c5bdd26b413b56938545fda648eeb33453 Mon Sep 17 00:00:00 2001 From: vladboisa Date: Thu, 1 Feb 2024 16:10:00 +0300 Subject: [PATCH] feat(docs-infra): add transition on editor wrapper (#54128) Add the smooth animation when height of the container is changing PR Close #54128 --- adev/src/app/editor/code-editor/code-editor.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/adev/src/app/editor/code-editor/code-editor.component.scss b/adev/src/app/editor/code-editor/code-editor.component.scss index f973a3bd7b5..3b6c94aaee7 100644 --- a/adev/src/app/editor/code-editor/code-editor.component.scss +++ b/adev/src/app/editor/code-editor/code-editor.component.scss @@ -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;