Skip to content

Commit

Permalink
[desk-tool] Make the ChangesPanel's header sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent f45e8f7 commit 82c4175
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.root {
background: #fff;
height: 100%;
overflow: auto;
display: flex;
flex-direction: column;
}

.header {
Expand All @@ -26,7 +27,10 @@
}

.body {
flex: 1;
min-height: 0;
padding: 1em;
overflow: auto;
}

.changeList {
Expand Down

0 comments on commit 82c4175

Please sign in to comment.