fix(permissions): restore sticky left column on permission rows to prevent checkbox overlap

This commit is contained in:
Matthias Hochmeister
2026-04-18 16:32:42 +02:00
parent bef5a685a8
commit 8e6868eb55

View File

@@ -483,7 +483,7 @@ function PermissionMatrixTab() {
</TableRow>
)}
<TableRow hover>
<TableCell sx={{ pl: 6, bgcolor: 'background.paper' }}>
<TableCell sx={{ pl: 6, position: 'sticky', left: 0, zIndex: 1, bgcolor: 'background.paper' }}>
<Tooltip title={tooltipText || ''} placement="right"><span>{perm.label}</span></Tooltip>
</TableCell>
<TableCell align="center">