File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
packages/react-navigation-visualizer Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @bam.tech/react-navigation-visualizer-dev-plugin" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " Visualization Tool based on Expo DevTools Plugin for React Navigation" ,
55 "main" : " build/index.js" ,
66 "types" : " build/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ export function NavigationTree({ logs }: Props) {
1818 const hasPreviousItem = ! ! previousNavigationItem && previousNavigationItemState ;
1919
2020 return (
21- < Layout style = { { height : '100%' } } >
22- < Layout . Content style = { { height : '100% ' } } >
21+ < Layout >
22+ < Layout . Content style = { { height : '100vh' , overflow : 'auto' , paddingBottom : '80px ' } } >
2323 < Container >
2424 < HalfContainer >
2525 < Typography > Previous state</ Typography >
@@ -50,7 +50,6 @@ const Container = styled.div({
5050 display : 'flex' ,
5151 overflow : 'auto' ,
5252 flexDirection : 'row' ,
53- height : 'calc(100vh - 80px)' ,
5453 flex : 1 ,
5554} ) ;
5655
You can’t perform that action at this time.
0 commit comments