From a1ad6ca28972c86009b029166f9cab8c47bb708e Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 17 Jun 2021 08:16:03 +0200 Subject: [PATCH] :bug: Fix tooltip positioning on view application. --- CHANGES.md | 1 + frontend/resources/styles/common/framework.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fc02209f9e..34b9cd52e9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,7 @@ ### :bug: Bugs fixed - Remove unnecesary redirect from history when user goes to workspace from dashboard [Taiga 1820](https://tree.taiga.io/project/penpot/issue/1820). +- Fix tooltip position on view application [Taiga 1819](https://tree.taiga.io/project/penpot/issue/1819). ### :arrow_up: Deps updates ### :boom: Breaking changes diff --git a/frontend/resources/styles/common/framework.scss b/frontend/resources/styles/common/framework.scss index d690ec01dc..e6497dacb6 100644 --- a/frontend/resources/styles/common/framework.scss +++ b/frontend/resources/styles/common/framework.scss @@ -968,7 +968,7 @@ input[type=range]:focus::-ms-fill-upper { &.tooltip-bottom { &:hover { &::after { - left: -100%; + left: -20%; top: 130%; } }