From 55e7796b96a04af9243046627ff939066dd7dcfd Mon Sep 17 00:00:00 2001
From: VITALY-VORON <142410419+VITALY-VORON@users.noreply.github.com>
Date: Thu, 24 Aug 2023 19:02:03 +0300
Subject: [PATCH] fix scroll
---
src/components/Start/Start.js | 1 +
src/components/Tinder/Tinder.js | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/components/Start/Start.js b/src/components/Start/Start.js
index 4b2eee3..e6bf0d7 100644
--- a/src/components/Start/Start.js
+++ b/src/components/Start/Start.js
@@ -12,6 +12,7 @@ const Start = (props) => {
flexWrap: 'wrap',
justifyContent: 'space-between',
height: '95vh',
+ backgroundImage: '../../data/img/Rectangle 27.png',
}}>
diff --git a/src/components/Tinder/Tinder.js b/src/components/Tinder/Tinder.js
index 4c7bc74..a80fce7 100644
--- a/src/components/Tinder/Tinder.js
+++ b/src/components/Tinder/Tinder.js
@@ -47,6 +47,7 @@ const Tinder = ()=> {
flexDirection: 'column',
flexWrap: 'wrap',
alignItems: 'center',
+ overflow: 'hidden',
}}>