From 1f17521c6e81a6f101361982cb41c1dc49261a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mime=20=C4=8Cuvalo?= Date: Sat, 12 Oct 2024 12:54:36 +0100 Subject: [PATCH] links: fix link indicator on stickies (#4708) you couldn't see the external link UI on stickies, not sure when this regresed Screenshot 2024-10-11 at 09 53 24 ### Change type - [x] `bugfix` - [ ] `improvement` - [ ] `feature` - [ ] `api` - [ ] `other` ### Release notes - Fix link indicator in sticky notes. --- packages/editor/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor/editor.css b/packages/editor/editor.css index 6cbf274d5362..f46d762eea62 100644 --- a/packages/editor/editor.css +++ b/packages/editor/editor.css @@ -1062,6 +1062,7 @@ input, border: none; outline: none; pointer-events: all; + z-index: 1; } .tl-hyperlink-button::after {