Skip to content

Commit 3e15ee3

Browse files
fix: Fix audit log collapse (#4781)
1 parent 670d5ad commit 3e15ee3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/components/AuditLogRow/AuditLogDiff.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ const useStyles = makeStyles((theme) => ({
7878
fontSize: theme.typography.body2.fontSize,
7979
borderTop: `1px solid ${theme.palette.divider}`,
8080
fontFamily: MONOSPACE_FONT_FAMILY,
81+
position: "relative",
82+
zIndex: 2,
8183
},
8284

8385
diffColumn: {

0 commit comments

Comments
 (0)