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:
parent
a4fe8a6417
commit
db9623395d
|
@ -62,7 +62,7 @@
|
|||
}
|
||||
|
||||
@include breakpoint( "<600px" ) {
|
||||
#wpadminbar {
|
||||
div #wpadminbar {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix an admin bar CSS positioning bug in WordPress.com on mobile
|
Loading…
Reference in New Issue