From 513878dfefec3c351319eae14ec1c0adae17bf63 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Sat, 23 Aug 2025 18:58:18 +0000 Subject: [PATCH] feat(jump_to): got the styling to look exactly how we were hoping for --- apps/client/src/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 915c99afe..46e0875b1 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1794,7 +1794,7 @@ textarea { overflow-y: auto; overflow-x: hidden; text-overflow: ellipsis; - box-shadow: -30px 50px 93px -50px black; + box-shadow: none; } .jump-to-note-results {