Skip to content

Commit

Permalink
Fix showroom terminal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
jkupferer committed Nov 17, 2023
1 parent ba4a876 commit cfe8460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/showroom/templates/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
/* 100% - height of the tab above */
height: calc(100% - 50px);
}

0 comments on commit cfe8460

Please sign in to comment.