chore: list layout scrollbar improvement (#3933)
This commit is contained in:
parent
e3ac075ee2
commit
9c29ad1a28
2 changed files with 7 additions and 1 deletions
|
|
@ -123,7 +123,10 @@ const GroupByList: React.FC<IGroupByList> = (props) => {
|
|||
const isGroupByCreatedBy = group_by === "created_by";
|
||||
|
||||
return (
|
||||
<div ref={containerRef} className="vertical-scrollbar scrollbar-lg relative h-full w-full overflow-auto">
|
||||
<div
|
||||
ref={containerRef}
|
||||
className="vertical-scrollbar scrollbar-lg relative h-full w-full overflow-auto vertical-scrollbar-margin-top-md"
|
||||
>
|
||||
{groups &&
|
||||
groups.length > 0 &&
|
||||
groups.map(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue