Bottom of text coverd by buttons (Chrome on Android)

Issue #70 new
Lokal Profil created an issue

In the no_date game the bottom of the article text often gets covered by the buttons. This occurs since the item_container (item information window) stretches al the way to the bottom of the screen.

By contrast viewing the same page on a regular computer (Firefox), even when resized to mobilephone screen size, the item_container-div does not get overlapped by the decision-div.

Comments (3)

  1. Lokal Profil reporter

    Now also checked on:
    - desktop Chrome (works fine)
    - android default browser (works fine)

    so it seems to be limited to Chrome on Android/mobile

  2. Lokal Profil reporter

    I only seem to see this in the no_date game.

    Merge and Person (which also show more text) do not have this issue. Disambiguation (which also has two rows of buttons) does not return enough text for me to investigate.

    I did notice however that disambiguation shows the buttons on two rows even in the (desktop) web browser whereas no_date has them on one row until the window gets narrow enough to force a wrap. Looking in main.js the difference between these is that disambiguation introduces a "margin-bottom:3px" div surrounding the upper bun_group whereas no_date triggers this style in the btn_group when not wdgame.is_horizontal and then adds an additional linebreak between the two btn_group divs.

  3. Log in to comment