panel {
/**
* We hardcode a panel padding here to avoid rounding issues caused by
* using em unit padding, which is the default as of bug 1701920.
*/
--arrowpanel-padding: 16px;
/**
* Linux and windows have some negative margin-inline that can change the
* overflow calculations
*/
margin-inline: 0 !important;
}