Skip to content

Commit

Permalink
[desk-tool] Set max-height of Timeline component
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 2e1786e commit 279c1ce
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import 'part:@sanity/base/theme/variables-style';

.root {
padding: 0.25em;
padding: var(--extra-small-padding);
overflow: auto;
height: 100%;
box-sizing: border-box;
max-height: calc(100vh - 198px);
}

0 comments on commit 279c1ce

Please sign in to comment.