Skip to content
Snippets Groups Projects

Fix dropdown position for the new button on mobile for the top navbar

Merged Jose Ivan Vargas Lopez requested to merge fix-dropdown-top-navbar-position-mobile into master
1 unresolved thread

What does this MR do?

Fixes the dropdown position for mobile screens on the top navbar for the new button

Screenshots (if relevant)

Before

Screen_Shot_2017-06-22_at_11.19.25_AM

After

Screen_Shot_2017-06-22_at_11.08.43_AM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

closes #34139 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Annabel Gray resolved all discussions

    resolved all discussions

  • Annabel Gray approved this merge request

    approved this merge request

  • merged

  • Annabel Gray mentioned in commit a4ca7e8b

    mentioned in commit a4ca7e8b

  • Picked into 9-3-stable, will go in 9.3.1

  • Annabel Gray mentioned in commit acfad512

    mentioned in commit acfad512

  • This may introduced a regression on admin (#34468 (closed)). cc @jivanvl @annabeldunstone

  • 395 395 .dropdown-menu-align-right {
    396 396 left: auto;
    397 397 right: 0;
    398 margin-top: -5px;
    399
    400 @media (max-width: $screen-xs-max) {
    401 left: 0;
  • mentioned in merge request !12528 (merged)

  • Winnie Hellmann
  • Please register or sign in to reply
    Loading