Skip to content

Commit 28a8715

Browse files
authored
Allow presenter notes to scroll
1 parent 7afe7d8 commit 28a8715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/presenter-components.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export const Notes = styled.div`
6767
position: absolute;
6868
top: 10%;
6969
width: (40% - 100px);
70+
overflow: auto;
7071
`;
7172

7273
export const SlideInfo = styled.h2`

0 commit comments

Comments
 (0)