From 337383eb458fa9fc2c517f82184b3b59e371b2e9 Mon Sep 17 00:00:00 2001 From: Ivan Velev Date: Fri, 10 Sep 2021 15:27:35 -0700 Subject: [PATCH] vueui: made period hover-over tooltips better positioned so they never go outside screen --- pywb/vueui/src/components/Timeline.vue | 68 +++++++++++++++++++++----- 1 file changed, 57 insertions(+), 11 deletions(-) diff --git a/pywb/vueui/src/components/Timeline.vue b/pywb/vueui/src/components/Timeline.vue index bc191b10..bf1f150e 100644 --- a/pywb/vueui/src/components/Timeline.vue +++ b/pywb/vueui/src/components/Timeline.vue @@ -1,5 +1,19 @@