ConfirmPopup/Popover flipped arrow margin fixes

pull/5756/head
tugcekucukoglu 2024-05-10 09:41:00 +03:00
parent b52defe6d1
commit 48c4fd0d98
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ const theme = ({ dt }) => `
}
.p-confirmpopup-flipped {
margin-top: 0;
margin-top: calc(${dt('confirmpopup.gutter')} * -1);
margin-bottom: ${dt('confirmpopup.gutter')};
}

View File

@ -15,7 +15,7 @@ const theme = ({ dt }) => `
}
.p-popover-flipped {
margin-top: 0;
margin-top: calc(${dt('popover.gutter')} * -1);
margin-bottom: ${dt('popover.gutter')};
}