FIX: Show schema info tooltips inline

This commit is contained in:
Rishabh Nambiar 2018-11-08 12:04:04 +05:30
parent 344f6e357d
commit 47f8de9c35
1 changed files with 5 additions and 8 deletions

View File

@ -115,19 +115,16 @@
} }
.popup { .popup {
position: absolute; padding: 4px;
padding: 5px; position: relative;
padding-right: calc(5px + 2em);
border: 1px solid; border: 1px solid;
background: $secondary; background: $secondary;
left: -120px; padding-right: calc(5px + 0.5em);
width: 180px;
top: 6px;
z-index: 10;
} }
.popup ol { .popup ol {
margin: 0; padding: 0px;
position: relative;
list-style: none; list-style: none;
> li:before { > li:before {
content: attr(value) ": "; content: attr(value) ": ";