Administration: Fix image overlap in Dashboard welcome panel.

Use longhand positioning properties (top, right, etc) so that the rtlcss build process can correctly adjust the layout for the RTL CSS.

Props ryelle, costdev, ironprogrammer, hellofromtonya.
Fixes #55793.



git-svn-id: https://develop.svn.wordpress.org/trunk@53437 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Kelly Choyce-Dwan 2022-05-23 16:46:06 +00:00
parent cd8e14638e
commit 525327e822

View File

@ -155,7 +155,9 @@
.welcome-panel-header-image {
position: absolute;
inset: -1rem var(--about-header-bg-offset-inline) 0 auto;
top: -1rem;
right: var(--about-header-bg-offset-inline);
bottom: 0;
width: var(--about-header-bg-width);
height: auto;
}