Skip to content

Commit b4d009b

Browse files
authored
Make notes scrollable
2 parents 59ea4a0 + 18c12cf commit b4d009b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/components/Experiment/ExperimentNotes.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export default function ExperimentNotes({ experimentInfo }) {
111111
mt: 1,
112112
height: '100%',
113113
px: 2,
114+
overflow: 'auto',
114115
boxShadow:
115116
'rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px',
116117
}}

0 commit comments

Comments
 (0)