Skip to content

Commit 84abdc5

Browse files
fix(ui): prevent cutoff of last board
1 parent 2320701 commit 84abdc5

File tree

1 file changed

+1
-1
lines changed
  • invokeai/frontend/web/src/features/gallery/components/Boards/BoardsList

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/gallery/components/Boards/BoardsList/BoardsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const BoardsList = () => {
7373
</Flex>
7474
</Flex>
7575
)}
76-
<Flex direction="column" gap={1}>
76+
<Flex direction="column" gap={1} pb={2}>
7777
<Flex
7878
position="sticky"
7979
w="full"

0 commit comments

Comments
 (0)