From db7e5ed3ac36f05787b809e2ae03c94f310ef3e4 Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:26:23 -0400 Subject: colkeys menu width conforms to column with --- .../views/collections/collectionSchema/CollectionSchemaView.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss') diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index 425b67fa9..e3f3dafab 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -51,8 +51,6 @@ .schema-filter-menu { background: $light-gray; position: absolute; - min-width: 150px; - max-width: 300px; max-height: 300px; display: flex; overflow: hidden; @@ -60,11 +58,6 @@ align-items: flex-start; z-index: 5; - .schema-key-search-input { - width: calc(100% - 20px); - margin: 10px; - } - .schema-search-result { cursor: pointer; padding: 5px 10px; @@ -106,7 +99,7 @@ .schema-key-list { width: 100%; - max-height: 300px; + max-height: 250px; overflow-y: auto; } -- cgit v1.2.3-70-g09d2