From 29c4fc92de2421b1ee273a02397135a213906c88 Mon Sep 17 00:00:00 2001 From: John Mavrick Date: Thu, 21 Dec 2023 17:57:31 -0800 Subject: [PATCH] make annotation popup small --- styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles.css b/styles.css index 91a4bde..a8bc682 100644 --- a/styles.css +++ b/styles.css @@ -75,6 +75,12 @@ } .annotation-tooltip-container { + max-height: 200px; + max-width: 300px;; + overflow-y: scroll; +} + +.annotation-tooltip-content { display: flex; flex-direction: column; }