Skip to content

Commit

Permalink
fix: extend right canary panel to at least screen height
Browse files Browse the repository at this point in the history
  • Loading branch information
johnflank committed Sep 1, 2021
1 parent 8c8ba38 commit b7a26d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Canary/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export class Canary extends React.Component {

{/* right panel */}
<div className="bg-gray-50">
<div className="p-6 space-y-6 sticky top-0 h-screen overflow-y-auto">
<div className="p-6 space-y-6 sticky top-0 h-screen min-h-screen overflow-y-auto">
<StatCard
title="All Checks"
customValue={
Expand Down

0 comments on commit b7a26d6

Please sign in to comment.