Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#30393 closed defect (bug) (invalid)

wpadminbar div is position absolute, must be position fixed on mobile

Reported by: mdnotion's profile mdnotion Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.0
Component: General Keywords:
Focuses: Cc:

Description

the div with id selector wpadminbar is has a position: absolute property. This should be position fixed otherwise it does not stick to the bottom of the page. User logged into their wordpress and on mobile.

Attachments (2)

Screen Shot 2014-11-18 at 2.07.47 PM.png (580.3 KB) - added by mdnotion 10 years ago.
position absolute, not sticking to bottom
Screen Shot 2014-11-18 at 2.08.24 PM.png (593.8 KB) - added by mdnotion 10 years ago.
position fixed, sticks to bottom

Download all attachments as: .zip

Change History (4)

@mdnotion
10 years ago

position absolute, not sticking to bottom

@mdnotion
10 years ago

position fixed, sticks to bottom

#1 follow-up: @ocean90
10 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Hello mdnotion,

that's an issue with your theme, see second screenshot, second block in the styles tab. By default the toolbar isn't pinned under 600px.

#2 in reply to: ↑ 1 @mdnotion
10 years ago

AH! You are right! Sorry for posting.

Replying to ocean90:

Hello mdnotion,

that's an issue with your theme, see second screenshot, second block in the styles tab. By default the toolbar isn't pinned under 600px.

Last edited 10 years ago by mdnotion (previous) (diff)
Note: See TracTickets for help on using tickets.