You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some time WordPress sets the --wp-admin--admin-bar--height CSS property. Please update your extension code and set the --wp-admin--admin-bar--height to zero when admin bar is toggled off (WordPress uses html as selector for the property setup):
body {
--wp-admin--admin-bar--height:0;
}
Thank you!
The text was updated successfully, but these errors were encountered:
First, thank you for this useful extention!
For some time WordPress sets the
--wp-admin--admin-bar--height
CSS property. Please update your extension code and set the--wp-admin--admin-bar--height
to zero when admin bar is toggled off (WordPress useshtml
as selector for the property setup):Thank you!
The text was updated successfully, but these errors were encountered: