This commit is contained in:
@@ -43,7 +43,7 @@ export function DockerUpdatesWidget() {
|
||||
{error && <div className="widget-error">⚠ {error}</div>}
|
||||
|
||||
{!loading && !error && (
|
||||
<div className="progress-group" style={{ maxHeight: '260px', overflowY: 'auto' }}>
|
||||
<div className="progress-group" style={{ maxHeight: '260px', overflowY: 'auto', scrollbarWidth: 'thin', paddingRight: '4px' }}>
|
||||
{[...containers]
|
||||
.sort((a, b) => {
|
||||
const rank = (c: ContainerInfo) =>
|
||||
|
||||
Reference in New Issue
Block a user