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 {
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) ": ";