From 7218440fda663c2f504160e98e7d5cd956d85bab Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Mon, 13 May 2019 11:42:30 +0300 Subject: [PATCH] Intro reoute accessibility improved --- src/routes/Intro/Intro.js | 2 +- src/routes/Intro/styles.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/Intro/Intro.js b/src/routes/Intro/Intro.js index 5495e67b2..cd9175e8b 100644 --- a/src/routes/Intro/Intro.js +++ b/src/routes/Intro/Intro.js @@ -184,7 +184,7 @@ class Intro extends React.Component { return (
-
+
diff --git a/src/routes/Intro/styles.less b/src/routes/Intro/styles.less index 0715ef087..0d472f2dd 100644 --- a/src/routes/Intro/styles.less +++ b/src/routes/Intro/styles.less @@ -23,7 +23,7 @@ background-color: var(--color-backgrounddark80); } - .scroll-content { + .intro-content { position: absolute; top: 0; left: 0;