Skip to content

Commit 4809699

Browse files
Conrad Chanmergify[bot]
andauthored
fix(popupreply): Fix IE11 footer layered above collabs (#613)
* fix(popupreply): Fix IE11 footer layered above collabs * chore: address pr comment Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 9d8057b commit 4809699

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Popups/PopupBase.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
// stylelint-disable-next-line declaration-no-important
2424
max-height: 140px !important; // Prevent list overflow onto subsequent pages in IE11
2525
}
26+
27+
.ba-ReplyForm {
28+
opacity: .99; // Creates a new stacking context so that the collaborators list shows on top of the ba-Popup-footer
29+
}
2630
}
2731

2832
.ba-Popup-content {

0 commit comments

Comments
 (0)