From bb7dd0a85e10572c3fad4bf018f5bfcdbe48478c Mon Sep 17 00:00:00 2001 From: Alex Rothberg Date: Sat, 10 Feb 2018 14:43:27 -0500 Subject: [PATCH] calc height --- notebook/static/terminal/less/terminal.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebook/static/terminal/less/terminal.less b/notebook/static/terminal/less/terminal.less index 167772847..b50b75632 100644 --- a/notebook/static/terminal/less/terminal.less +++ b/notebook/static/terminal/less/terminal.less @@ -29,6 +29,7 @@ } #terminado-container { - margin-top: @page-header-padding; + padding-top: @page-header-padding; + height: ~"calc(100% - @{page-header-padding})"; } }