mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 22:25:58 +08:00
fix: adjust padding and background for sticky header (#18515)
This commit is contained in:
parent
d43b884c2a
commit
617611ee22
@ -150,8 +150,8 @@ const PermissionSelector = ({ disabled, permission, value, memberList, onChange,
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{isPartialMembers && (
|
{isPartialMembers && (
|
||||||
<div className='max-h-[360px] overflow-y-auto border-t-[1px] border-divider-regular p-1'>
|
<div className='max-h-[360px] overflow-y-auto border-t-[1px] border-divider-regular pb-1 pl-1 pr-1'>
|
||||||
<div className='sticky left-0 top-0 p-2 pb-1'>
|
<div className='sticky left-0 top-0 z-10 bg-white p-2 pb-1'>
|
||||||
<Input
|
<Input
|
||||||
showLeftIcon
|
showLeftIcon
|
||||||
showClearIcon
|
showClearIcon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user