Skip to content

Commit 1a19a55

Browse files
committed
fix(styling) gives sub doc remove buttons a z-index so they can be clicked in bs3
1 parent c5c92ff commit 1a19a55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

less/forms-angular-bs3-specific.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ form {
9797
margin-left: 12px;
9898
}
9999

100+
.sub-doc-btns {
101+
z-index: 1;
102+
}
103+
100104
// .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox-inline input[type="checkbox"]
101105
.checkbox input[type="checkbox"] {
102106
margin-left: -5px;

0 commit comments

Comments
 (0)