ConfirmPopup/Popover flipped arrow margin fixes
parent
b52defe6d1
commit
48c4fd0d98
|
@ -43,7 +43,7 @@ const theme = ({ dt }) => `
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-confirmpopup-flipped {
|
.p-confirmpopup-flipped {
|
||||||
margin-top: 0;
|
margin-top: calc(${dt('confirmpopup.gutter')} * -1);
|
||||||
margin-bottom: ${dt('confirmpopup.gutter')};
|
margin-bottom: ${dt('confirmpopup.gutter')};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ const theme = ({ dt }) => `
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-popover-flipped {
|
.p-popover-flipped {
|
||||||
margin-top: 0;
|
margin-top: calc(${dt('popover.gutter')} * -1);
|
||||||
margin-bottom: ${dt('popover.gutter')};
|
margin-bottom: ${dt('popover.gutter')};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue