feat: column scroll offset only when scroll needed
This commit is contained in:
@ -18,7 +18,7 @@ const StatusColumnWrapper = ({ renderHeader, children }: Props) => {
|
||||
className={styles["inner-container"]}>
|
||||
{renderHeader()}
|
||||
<ScrollArea
|
||||
offsetScrollbars={"y"}
|
||||
offsetScrollbars={"present"}
|
||||
scrollbarSize={10}
|
||||
type={"always"}
|
||||
scrollbars={"y"}>
|
||||
|
||||
Reference in New Issue
Block a user