diff --git a/site/src/components/AuditLogRow/AuditLogDiff.tsx b/site/src/components/AuditLogRow/AuditLogDiff.tsx index f7921515bb..cd45b39ca6 100644 --- a/site/src/components/AuditLogRow/AuditLogDiff.tsx +++ b/site/src/components/AuditLogRow/AuditLogDiff.tsx @@ -78,6 +78,8 @@ const useStyles = makeStyles((theme) => ({ fontSize: theme.typography.body2.fontSize, borderTop: `1px solid ${theme.palette.divider}`, fontFamily: MONOSPACE_FONT_FAMILY, + position: "relative", + zIndex: 2, }, diffColumn: {