Fix status overflow issue *and* scroll bar
This commit is contained in:
parent
ce7eb29e1c
commit
80d75d5a80
3 changed files with 4 additions and 7 deletions
Binary file not shown.
|
@ -126,9 +126,12 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.status-container {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.status__wrapper {
|
||||
@include standard-panel;
|
||||
margin-bottom: 10px;
|
||||
padding: 15px 0 10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -748,9 +748,3 @@
|
|||
background: var(--accent-color);
|
||||
}
|
||||
}
|
||||
|
||||
// Create a new Block Formatting Context to prevent the timelines from jumping
|
||||
// https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Block_formatting_context
|
||||
.slist > .item-list > article {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue