diff --git a/src/oceans/components/common/Guide.jsx b/src/oceans/components/common/Guide.jsx index 6d615ca5..4ae6e026 100644 --- a/src/oceans/components/common/Guide.jsx +++ b/src/oceans/components/common/Guide.jsx @@ -55,7 +55,8 @@ let UnwrappedGuide = class Guide extends React.Component { const renderClickToContinueReminder = state.guides === 'K5' && state.guideShowing && - !guide.getCurrentGuide().noDimBackground; + !guide.getCurrentGuide().noDimBackground && + guide.getCurrentGuide().style !== 'Info'; return (
diff --git a/src/oceans/styles/index.js b/src/oceans/styles/index.js index 159cda65..9c9ea022 100644 --- a/src/oceans/styles/index.js +++ b/src/oceans/styles/index.js @@ -515,7 +515,7 @@ const styles = { width: '5%', minWidth: 25, height: 15, - animation: '0.25s ease-in 3s 1 normal backwards running fadein' + animation: '0.25s ease-in 4s 1 normal backwards running fadein' }, guideClickToContinueReminder1: { width: '100%',