Make timeline widget flexible (#5788)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user