apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB

Home Page:https://github.com/apache/couchdb-fauxton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot view run query button on 13" screen with between keys

garrensmith opened this issue · comments

Expected Behavior

I should be able to run a query

Current Behavior

When using my 13" macbook, I cannot get to the run query button.

Possible Solution

I think we can just scroll down.

Steps to Reproduce (for bugs)

  1. Make sure browser height is set to around 730px
  2. Open query options and click on "between keys"
  3. Try and run the query

Screenshot 2019-09-05 14 49 21

Your Environment

  • Version used:
  • Browser Name and version: Chrome latest
  • Operating System and version (desktop or mobile): Mac Osx

As a quick test doing something like:

    #query-options-tray {
     overflow-y: scroll;
    max-height: 600px;
}

fixed it for me.

Fixed with #1270