We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8057b commit 4809699Copy full SHA for 4809699
src/components/Popups/PopupBase.scss
@@ -23,6 +23,10 @@
23
// stylelint-disable-next-line declaration-no-important
24
max-height: 140px !important; // Prevent list overflow onto subsequent pages in IE11
25
}
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
+ }
30
31
32
.ba-Popup-content {
0 commit comments