fix(permissions): restore sticky left column on permission rows to prevent checkbox overlap
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user