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:
vladboisa 2024-02-01 16:10:00 +03:00 committed by Paul Gschwendtner
parent 3d1fd3442e
commit ca5bc0c5bd

View file

@ -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;