From bf589f636bf876206e4417386155ad1ffa9649d3 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Fri, 29 Nov 2019 18:08:23 +0100 Subject: [PATCH] fix: display tooltip to the left of the cursor if not enough space --- client/src/components/Dropdown.vue | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/client/src/components/Dropdown.vue b/client/src/components/Dropdown.vue index b89e35d..1de72b5 100644 --- a/client/src/components/Dropdown.vue +++ b/client/src/components/Dropdown.vue @@ -2,6 +2,7 @@
- + + \ No newline at end of file