Skip to content

Commit 09109b4

Browse files
committed
Leverage flexbox for positioning
1 parent a5ebc5b commit 09109b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/style/CommitBox.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ export const commitFormClass = style({
44
display: 'flex',
55
flexWrap: 'wrap',
66

7-
position: 'absolute',
8-
bottom: 0,
9-
left: 0,
10-
7+
marginTop: 'auto',
118
padding: '8px',
129
paddingTop: '1em',
1310

0 commit comments

Comments
 (0)