From 47f8de9c3585db62609ebe42c997495d1dd817cf Mon Sep 17 00:00:00 2001 From: Rishabh Nambiar <5862206+rishabhnambiar@users.noreply.github.com> Date: Thu, 8 Nov 2018 12:04:04 +0530 Subject: [PATCH] FIX: Show schema info tooltips inline --- assets/stylesheets/explorer.scss | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss index b3cd95b..9e49804 100644 --- a/assets/stylesheets/explorer.scss +++ b/assets/stylesheets/explorer.scss @@ -115,19 +115,16 @@ } .popup { - position: absolute; - padding: 5px; - padding-right: calc(5px + 2em); + padding: 4px; + position: relative; border: 1px solid; background: $secondary; - left: -120px; - width: 180px; - top: 6px; - z-index: 10; + padding-right: calc(5px + 0.5em); } .popup ol { - margin: 0; + padding: 0px; + position: relative; list-style: none; > li:before { content: attr(value) ": ";