Skip to content
Snippets Groups Projects
Unverified Commit 4da53d5e authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Fix popover footer when is not equalOps (#17076)

parent a42fec8e
Branches
Tags
No related merge requests found
......@@ -140,6 +140,13 @@
z-index: 1;
}
.PopoverBody--withBackground .PopoverFooterWhenIsNotEqualOps {
bottom: 0;
padding-bottom: 12px;
padding-top: 10px;
width: calc(100% - 26px);
}
.PopoverParameterFieldWidgetFooter {
position: fixed;
bottom: -7px;
......
......@@ -130,7 +130,7 @@ export default class ParameterFieldWidget extends Component<*, Props, State> {
const footerClassName = cx(
"flex mt1 px1 pb1 PopoverFooter PopoverParameterFieldWidgetFooter",
isEqualsOp && "mr1 mb1",
isEqualsOp ? "mr1 mb1" : "PopoverFooterWhenIsNotEqualOps",
);
const placeholder = isEditing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment