Making WordPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#4878 closed defect (bug) (fixed)

Drop down menu error on https://make.wordpress.org/docs/handbook/

Reported by: passoniate's profile passoniate Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: Make (Get Involved) / P2 Keywords: has-screenshots has-patch
Cc:

Description

drop down menu not properly show on device Nokia 2 https://i.paste.pics/7CRW0.png

Attachments (3)

7CRW0.png (167.5 KB) - added by SergeyBiryukov 5 years ago.
4878.diff (68 bytes) - added by passoniate 5 years ago.
docsfix.jpg (27.9 KB) - added by passoniate 5 years ago.

Download all attachments as: .zip

Change History (9)

#1 @SergeyBiryukov
5 years ago

  • Component changed from General to Make (Get Involved) / P2

@SergeyBiryukov
5 years ago

This ticket was mentioned in Slack in #meta by passoniate. View the logs.


5 years ago

#3 @wpamitkumar
5 years ago

  • Keywords has-screenshots has-patch added

I Fixed below CSS and its working. Please use CSS left: 0; instead of left: -50px;.
Screenshot -https://prnt.sc/q3owib

@media (max-width: 550px)
nav.o2-post-actions ul {
    left: 0;
}

@passoniate
5 years ago

@passoniate
5 years ago

This ticket was mentioned in Slack in #meta by passoniate. View the logs.


5 years ago

#5 @coffee2code
5 years ago

  • Owner set to coffee2code
  • Resolution set to fixed
  • Status changed from new to closed

In 9338:

Breathe: Prevent partial offscreen positioning of o2 post dropdown menu on smaller viewports.

Props passoniate, wpamitkumar.
Fixes #4878.

#6 @coffee2code
5 years ago

In 9435:

Breathe theme: More generally prevent partial offscreen positioning of o2 post dropdown menu on smaller viewports.

Props passoniate, coffee2code.
See #4878.
Fixes #4908.

Note: See TracTickets for help on using tickets.