We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed3e1b commit 07d9f22Copy full SHA for 07d9f22
1 file changed
src/styles.ts
@@ -21,17 +21,21 @@ export const positionStyles = StyleSheet.create({
21
topLeft: {
22
top: 0,
23
left: 0,
24
+ maxWidth: '100%',
25
},
26
topRight: {
27
28
right: 0,
29
30
31
bottomLeft: {
32
bottom: 0,
33
34
35
36
bottomRight: {
37
38
39
40
41
});
0 commit comments