💄 Make sure that parameter help icon gets always displayed

This commit is contained in:
Jan Oberhauser
2019-09-19 23:59:25 +02:00
parent 419af0a5fd
commit c1a609d358
2 changed files with 56 additions and 51 deletions

View File

@@ -73,10 +73,18 @@ export default Vue
}
.parameter-info {
background-color: #ffffffaa;
border-radius: 6px;
display: none;
padding: 4px;
position: absolute;
right: 0px;
top: 8px;
}
.parameter-name {
position: relative;
&:hover {
.parameter-info {
display: inline;