Skip to content

Commit 9c23523

Browse files
committed
fix overflow scroll for sidebar
1 parent 090a866 commit 9c23523

File tree

1 file changed

+3
-0
lines changed
  • packages/app/src/app/pages/common/Modals/ShareModal2

1 file changed

+3
-0
lines changed

packages/app/src/app/pages/common/Modals/ShareModal2/elements.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export const Container = styled.div(
88
css({
99
display: 'flex',
1010
fontFamily: 'Inter, sans-serif',
11+
// this should ideally be defined by the modal
12+
// not the contents inside it
13+
height: 600,
1114
})
1215
);
1316

0 commit comments

Comments
 (0)