This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Fix autocomplete issue on mobile
pull/521/head
Guillaume Vincent
4 years ago
parent
f46a54c65e
commit
b29a08bb66
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mobile/src/password/PasswordGeneratorScreen.js
+1
-1
mobile/src/password/site/AutocompleteSite.js
+ 1
- 0
mobile/src/password/PasswordGeneratorScreen.js
View File
@@ -157,6 +157,7 @@ export class PasswordGeneratorScreen extends Component {
>
<View style={{ flex: 1 }}>
<ScrollView
keyboardShouldPersistTaps="always"
style={{
flex: 1,
padding: 12,
+ 1
- 1
mobile/src/password/site/AutocompleteSite.js
View File
@@ -71,7 +71,7 @@ export default class AutocompleteSite extends Component {
top: 64,
left: 0,
right: 0,
zIndex:
2
zIndex:
5
}}
>
{highlightedItems.map((highlightedItem, i) => {
Write
Preview
Loading…
Cancel
Save