From 1aff5974595bd137e67a1a62779c8bad8bc33f90 Mon Sep 17 00:00:00 2001 From: Johnathan Kupferer Date: Fri, 17 Nov 2023 08:43:06 -0500 Subject: [PATCH] Fix showroom terminal scroll (#7390) --- 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); }