Skip to content

Commit

Permalink
fixes validation tooltip position on inline forms
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgalante authored and XhmikosR committed Sep 22, 2018
1 parent 252e538 commit 8a641be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scss/mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

.#{$state}-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%; // Contain to parent when possible
Expand All @@ -48,6 +47,10 @@
color: color-yiq($color);
background-color: rgba($color, $form-feedback-tooltip-opacity);
@include border-radius($form-feedback-tooltip-border-radius);

.input-group & {
top: 100%;
}
}

.form-control {
Expand Down

0 comments on commit 8a641be

Please sign in to comment.