From 9f7a002a78565b3103262e80d31c1a4eeb3fce8b Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Fri, 7 Jun 2024 12:16:13 +0200 Subject: [PATCH] :bug: Fix misaligned input on comments --- CHANGES.md | 1 + frontend/src/app/main/ui/comments.scss | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2385cddb8d..2a18951426 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,7 @@ - Allow library colors as recent colors [Taiga #7640](https://tree.taiga.io/project/penpot/issue/7640) - Missing scroll in viewmode comments [Taiga #7427](https://tree.taiga.io/project/penpot/issue/7427) - Comments in View mode should mimic the positioning behavior of the Workspace [Taiga #7346](https://tree.taiga.io/project/penpot/issue/7346) +- Misaligned input on comments [Taiga #7461](https://tree.taiga.io/project/penpot/issue/7461) ### :bug: Bugs fixed diff --git a/frontend/src/app/main/ui/comments.scss b/frontend/src/app/main/ui/comments.scss index c3237c10dc..a2d1fdc528 100644 --- a/frontend/src/app/main/ui/comments.scss +++ b/frontend/src/app/main/ui/comments.scss @@ -142,11 +142,10 @@ // thread-content .thread-content { position: absolute; - overflow-y: scroll; - scrollbar-gutter: stable; + overflow-y: auto; width: $s-284; padding: $s-12; - padding-inline-end: 0; + padding-inline-end: $s-8; pointer-events: auto; user-select: text;