Make timeline widget flexible (#5788)
This commit is contained in:
parent
9107895754
commit
f6987c72ac
2 changed files with 51 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue