added flex to list in browser
This commit is contained in:
@@ -148,8 +148,8 @@ export function ScreenTimeTicketBrowser({
|
||||
|
||||
return (
|
||||
<View style={localStyles.content}>
|
||||
<ScrollView contentContainerStyle={{ flexGrow: 1 }}>
|
||||
<Card>
|
||||
<ScrollView style={{flex:1}} contentContainerStyle={{ flexGrow: 1 }}>
|
||||
<Card >
|
||||
<JobIdSearchSelect
|
||||
currentValue={currentSJobId}
|
||||
onJobSelected={setCurrentSJobId}
|
||||
|
||||
Reference in New Issue
Block a user