From cfe84604596a3d93a4a2b85102f38e0bbf2ebef3 Mon Sep 17 00:00:00 2001 From: Johnathan Kupferer Date: Fri, 17 Nov 2023 08:35:34 -0500 Subject: [PATCH] Fix showroom terminal scroll --- ansible/roles/showroom/templates/tabs.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/roles/showroom/templates/tabs.css b/ansible/roles/showroom/templates/tabs.css index 2e0cf9ae9fe..1eab7cc5da5 100644 --- a/ansible/roles/showroom/templates/tabs.css +++ b/ansible/roles/showroom/templates/tabs.css @@ -38,4 +38,6 @@ padding: 6px 12px; border: 1px solid #ccc; border-top: none; + /* 100% - height of the tab above */ + height: calc(100% - 50px); }