Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17644

Pagination causes bottom scrollbar in responsive (Chrome)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 3.3.15
    • Styles

      When a forum or a topic has pages, the pagination causes a bottom scrollbar in responsive between 700px and 500px.
      I think its a Chrome only issue.

      The solution could be moving this in responsive.css:

      .action-bar > .pagination {
      		float: none;
      		clear: both;
      		padding-bottom: 1px;
      		text-align: center;
      	}
      

      from @media (max-width: 500px) to @media (max-width: 700px)

      There may be better solutions, but the above solves the issue

            Unassigned Unassigned
            Stoker 4.0 Ulrik Christensen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: