aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-03 10:23:38 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-03 10:23:38 -0400
commit5b6e6b27a191a880fd454ebbc5ed3816cd5cd59c (patch)
tree9856860893051c997f6aaba06f0d7373e2aafc79 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parent52b8410f14c4e522b0d7bbdbfb64d8fdbd5c3023 (diff)
new columns display blank
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
index fd2e882d9..1dbe75a8d 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -50,13 +50,15 @@
.schema-column-menu,
.schema-filter-menu {
background: $light-gray;
- position: relative;
- min-width: 200px;
- max-width: 400px;
+ position: absolute;
+ min-width: 150px;
+ max-width: 300px;
+ max-height: 300px;
display: flex;
+ overflow: hidden;
flex-direction: column;
align-items: flex-start;
- z-index: 1;
+ z-index: 5;
.schema-key-search-input {
width: calc(100% - 20px);