Make timeline widget flexible (#5788)

This commit is contained in:
tamaina
2020-01-30 18:32:09 +09:00
committed by GitHub
parent 9107895754
commit f6987c72ac
2 changed files with 51 additions and 6 deletions

View File

@@ -924,7 +924,7 @@ export default Vue.extend({
> div {
position: sticky;
top: calc(#{$header-height} + var(--margin));
height: calc(100vh - #{$header-height} - var(--margin));
height: calc(100vh - #{$header-height} - var(--margin) * 2);
&.edit {
overflow: auto;