more specific price seach should be working

This commit is contained in:
2018-08-14 23:36:09 -05:00
parent 4757abfff3
commit 5423b81c95
9 changed files with 157 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ export class LoginWebview extends React.Component<IProps, any> {
ref="webview"
partition="persist:poe"
src="https://www.pathofexile.com/login"
style={{ height: '100%', width: '100%' }}
style={{ height: '500px', width: '100%' }}
/>
);
}