From 2b2c7687a19d8edd4f71babfcd385232af0dba9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Tue, 11 Jan 2022 11:44:16 +0300 Subject: [PATCH] Fix the CSS issue on tooltip in case of right-pane is scrolled down (#598) --- ui/package-lock.json | 2 +- ui/src/components/EntryDetailed/EntryViewer.module.sass | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 08d70cc0d..98bfc9969 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -18684,4 +18684,4 @@ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" } } -} \ No newline at end of file +} diff --git a/ui/src/components/EntryDetailed/EntryViewer.module.sass b/ui/src/components/EntryDetailed/EntryViewer.module.sass index fdc1e7195..92317867e 100644 --- a/ui/src/components/EntryDetailed/EntryViewer.module.sass +++ b/ui/src/components/EntryDetailed/EntryViewer.module.sass @@ -51,6 +51,7 @@ color: $blue-gray border-radius: 4px padding: 10px + position: relative .bodyHeader padding: 0 1rem .endpointURL