From 5f6b01d85356c1610c0c05e28cf89aa0d8af2d48 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Thu, 27 Oct 2022 00:50:25 +0000 Subject: [PATCH] fix: Fix audit log collapse --- 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 f7921515bba21..cd45b39ca6cd8 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: {