diff --git a/adev/src/app/features/playground/playground.component.scss b/adev/src/app/features/playground/playground.component.scss index 1e0a4ae145a..8eb97abd1e7 100644 --- a/adev/src/app/features/playground/playground.component.scss +++ b/adev/src/app/features/playground/playground.component.scss @@ -2,7 +2,7 @@ display: block; padding: var(--layout-padding); padding-block-end: 100px; - height: calc(98vh); + height: 100vh; width: 100%; box-sizing: border-box;