From bcdf558c93fbd321456ae686a4e5371f37cc9b8c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 26 Sep 2023 15:32:55 -0500 Subject: [PATCH] wip --- web/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web/index.html b/web/index.html index 1a9d63b83e..2224a1fbbc 100644 --- a/web/index.html +++ b/web/index.html @@ -136,6 +136,18 @@ .tippy-content .items { width: fit-content; } + .ProseMirror .inline-tag { + position: relative; + } + .ProseMirror .inline-tag::after { + content: ''; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background-color: whitesmoke; + } /* Tooltips */ [data-tooltip] {