From facb8f08d2eebf03666aa866abdea49cccd7c15c Mon Sep 17 00:00:00 2001 From: z4yx Date: Thu, 5 Mar 2020 21:16:53 +0800 Subject: [PATCH] add missing styles Signed-off-by: z4yx --- static/css/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.scss b/static/css/style.scss index 0bc424e..8d6bc27 100644 --- a/static/css/style.scss +++ b/static/css/style.scss @@ -448,6 +448,8 @@ body { /* Position the tooltip text - see examples below! */ position: absolute; + top: 0; + left: 0; z-index: 1; } }