From 3e15ee3ba0666997c68c87e9ff29036c177bdc20 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Wed, 26 Oct 2022 22:02:52 -0300 Subject: [PATCH] fix: Fix audit log collapse (#4781) --- site/src/components/AuditLogRow/AuditLogDiff.tsx | 2 ++ 1 file changed, 2 insertions(+) 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: {