aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/Cover.tsx
diff options
context:
space:
mode:
authorLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-04-03 20:54:09 -0400
committerLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-04-03 21:00:20 -0400
commitcce0f8510ac691618c69d76daacac4752800b8c1 (patch)
treeef5fc41183946c86bbb7548a09354ce1915c4439 /src/components/profile/Cover.tsx
parentb5401f35d296e21beec41f042d97bffdbdc0c05a (diff)
Fix profile socials bar animation
Diffstat (limited to 'src/components/profile/Cover.tsx')
-rw-r--r--src/components/profile/Cover.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/Cover.tsx b/src/components/profile/Cover.tsx
index ee804ff3..27777b64 100644
--- a/src/components/profile/Cover.tsx
+++ b/src/components/profile/Cover.tsx
@@ -27,7 +27,7 @@ const Cover: React.FC<CoverProps> = ({userXId, screenType}) => {
const styles = StyleSheet.create({
container: {
- position: 'absolute',
+ ...StyleSheet.absoluteFillObject,
},
image: {
width: IMAGE_WIDTH,