You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ac...@apache.org on 2020/04/27 16:22:33 UTC

[couchdb-fauxton] branch master updated: Add scrollbar when query options tray is too small (#1270)

This is an automated email from the ASF dual-hosted git repository.

acote pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/master by this push:
     new b17bd29  Add scrollbar when query options tray is too small (#1270)
b17bd29 is described below

commit b17bd2929fa380113802641fc8134815ee12df21
Author: Alexis Côté <po...@users.noreply.github.com>
AuthorDate: Mon Apr 27 12:22:22 2020 -0400

    Add scrollbar when query options tray is too small (#1270)
---
 app/addons/documents/assets/less/query-options.less | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app/addons/documents/assets/less/query-options.less b/app/addons/documents/assets/less/query-options.less
index eea473d..14f7c2d 100644
--- a/app/addons/documents/assets/less/query-options.less
+++ b/app/addons/documents/assets/less/query-options.less
@@ -17,6 +17,8 @@
 #query-options-tray {
   width: 490px;
   padding-top: 6px;
+  max-height: calc(100vh - 64px);
+  overflow-y: scroll;
 
   .query-group:first-child {
     margin-top: 0;