Closed cr0ybot closed 2 years ago
Instead of manually setting the admin bar height value, we should use --wp-admin--admin-bar--height with a fallback to 0px.
--wp-admin--admin-bar--height
0px
:root { // When admin bar is not shown, default to 0px. --global--admin-bar--height: var(--wp-admin--admin-bar--height, 0px); }
Instead of manually setting the admin bar height value, we should use
--wp-admin--admin-bar--height
with a fallback to0px
.