Skip to content

Commit c2319af

Browse files
committed
appbar is default fixed
1 parent e2196cf commit c2319af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/Layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Layout extends React.PureComponent {
3131

3232
static defaultProps = {
3333
title: '',
34-
appBarPosition: 'default',
34+
appBarPosition: 'fixed',
3535
stickyFooter: false,
3636
drawerOpen: false,
3737
drawerUnder: false,

0 commit comments

Comments
 (0)