diff --git a/pkgs/components/Sidebar.js b/pkgs/components/Sidebar.js index 2ee5ae4..710a520 100644 --- a/pkgs/components/Sidebar.js +++ b/pkgs/components/Sidebar.js @@ -47,7 +47,7 @@ export default { const bcr = button.elm.getBoundingClientRect(); popup = Tooltip.new( bcr.right + 6, - bcr.bottom - 8, + bcr.bottom, b?.title, document.body, true diff --git a/style.css b/style.css index c46e0a6..070e8cc 100644 --- a/style.css +++ b/style.css @@ -399,7 +399,7 @@ body { .tooltip .text { align-self: flex-start; - padding: 8px; + padding: 4px 8px; } .win-content h1 {