Fix sticky admin bar CSS positioning bug in WordPress.com mobile (#50709)

* Use slightly more specific CSS selector for wpadminbar

* Add changelog

* Move changelog
This commit is contained in:
Dusty Reagan 2024-08-16 16:12:54 -05:00 committed by GitHub
parent a4fe8a6417
commit db9623395d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -62,7 +62,7 @@
}
@include breakpoint( "<600px" ) {
#wpadminbar {
div #wpadminbar {
position: fixed;
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix an admin bar CSS positioning bug in WordPress.com on mobile