Skip to content

Commit

Permalink
fixed scrollbar on sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mrandal committed Mar 2, 2023
1 parent 900b984 commit a6f5397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/analysis/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ body {
grid-area: 3 / 1 / 4 / 2;
background-color: var(--bg-alt);
padding: 16px;
/* height:100vw; this messes with the search bar*/
height: calc(100vh - 75px);
overflow: auto;
display: grid;
min-height: 0;
grid-template-rows: auto auto 1fr;
Expand Down

0 comments on commit a6f5397

Please sign in to comment.