diff --git a/Plugin/unraid/pages/rsync.php b/Plugin/unraid/pages/rsync.php index 94ba7f4..9280d97 100644 --- a/Plugin/unraid/pages/rsync.php +++ b/Plugin/unraid/pages/rsync.php @@ -35,6 +35,8 @@ .vv-ry-prof-cnt{ font-size:10px;color:#555;width:60px;text-align:right;flex-shrink:0; } .vv-ry-run-row { display:grid;grid-template-columns:80px 90px 1fr 55px 48px;gap:4px;align-items:center;padding:2px 0;border-bottom:1px solid #1a1a1a; } .vv-ry-run-row:last-child { border-bottom:none; } +.vv-ry-runs-scroll { max-height:200px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none; } +.vv-ry-runs-scroll::-webkit-scrollbar { display:none; } .vv-ry-run-dt { font-size:10px;color:#3a3a3a; } .vv-ry-run-tm { font-size:10px;color:#333; } .vv-ry-run-pr { font-size:11px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; } @@ -664,7 +666,7 @@ function _bwSection(data) {
DateTimeProfileDuration
- ${runRows.join('')} +
${runRows.join('')}
`; }