Skip to content

Commit

Permalink
Fix callout style, currently global, attached to body
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 5, 2018
1 parent c01f7d2 commit 6e41c8a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions client/galaxy/style/scss/base.scss
Expand Up @@ -610,6 +610,11 @@ div.toolFormRow {
position: relative;
}

.callout {
position: absolute;
z-index: 10000;
}

.toolForm.toolFormInCanvas {
border: solid $form-border 1px;
@include border-radius(2px);
Expand All @@ -635,13 +640,9 @@ div.toolFormRow {
border-bottom: dotted black 1px;
margin: 0 5px;
}
.callout {
position: absolute;
z-index: 10000;
}
}

}

.toolForm.toolFormInCanvas.tool-node-error {
border-color: #AA6666;
.toolFormTitle {
Expand Down

0 comments on commit 6e41c8a

Please sign in to comment.