File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/react-sdk-components/src/components/template/WssNavBar Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ const useStyles = makeStyles(theme => ({
3636 marginRight : theme . spacing ( 2 )
3737 } ,
3838 appListLogo : {
39- width : '100%' ,
40- height : '100% '
39+ maxWidth : '100%' ,
40+ height : '3rem '
4141 } ,
4242 appName : {
4343 marginLeft : theme . spacing ( 2 ) ,
@@ -84,7 +84,7 @@ export default function WssNavBar(props: WssNavBarProps) {
8484
8585 return (
8686 < div id = 'NavBar' className = 'nav-bar' >
87- < AppBar position = 'fixed ' color = 'primary' >
87+ < AppBar position = 'static ' color = 'primary' >
8888 < Container maxWidth = { false } >
8989 < Toolbar disableGutters style = { { justifyContent : 'space-between' } } >
9090 < Button id = 'appName' style = { { textTransform : 'capitalize' } } onClick = { appInfo . onClick } >
You can’t perform that action at this time.
0 commit comments