From 3b7997b4429b942ec7460a05e814cc5d7b1c6013 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 6 Oct 2021 17:46:07 +0700 Subject: [PATCH] fixed hero appearance --- src/components/flow/FlowHero/styles.module.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/flow/FlowHero/styles.module.scss b/src/components/flow/FlowHero/styles.module.scss index 3f13152a..f5112fd1 100644 --- a/src/components/flow/FlowHero/styles.module.scss +++ b/src/components/flow/FlowHero/styles.module.scss @@ -7,6 +7,7 @@ background: $content_bg; border-radius: $cell_radius; overflow: hidden; + user-select: none; &::after { content: ' '; @@ -90,6 +91,8 @@ z-index: 5; flex-direction: row; align-items: flex-end; + pointer-events: none; + touch-action: none; } .title_wrap { @@ -126,6 +129,8 @@ flex-direction: row; width: 96px; border-radius: $radius; + pointer-events: all; + touch-action: auto; .button { cursor: pointer;