From a7f4906c1e01dc43d1ce08607846ef149981bb8b Mon Sep 17 00:00:00 2001 From: vrifox Date: Thu, 16 Mar 2023 16:43:33 +0100 Subject: [PATCH] fix hint text --- assets/scss/partials/sidebar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/scss/partials/sidebar.scss b/assets/scss/partials/sidebar.scss index 4f2d6f9..ca53cff 100644 --- a/assets/scss/partials/sidebar.scss +++ b/assets/scss/partials/sidebar.scss @@ -29,6 +29,8 @@ } a.hint-text { + position: relative; + &::before { content: attr(data-title); left: 100%;