diff --git a/assets/javascripts/discourse/components/explorer-schema.hbs b/assets/javascripts/discourse/components/explorer-schema.hbs
index 7f6dca3..d453968 100644
--- a/assets/javascripts/discourse/components/explorer-schema.hbs
+++ b/assets/javascripts/discourse/components/explorer-schema.hbs
@@ -4,15 +4,12 @@
@icon="chevron-left"
@class="no-text unhide"
/>
-{{/if}}
-
-
-
+{{else}}
+
-
-
-
+
+
{{#each this.filteredTables as |table|}}
{{/each}}
-
-
+
+
-
\ No newline at end of file
+{{/if}}
\ No newline at end of file
diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss
index 24dc966..96897a8 100644
--- a/assets/stylesheets/explorer.scss
+++ b/assets/stylesheets/explorer.scss
@@ -46,9 +46,6 @@ table.group-reports {
margin-left: -53px;
z-index: 1;
}
- .schema {
- display: none;
- }
}
}
@@ -78,10 +75,16 @@ table.group-reports {
overflow-x: hidden;
color: var(--primary-high);
font-size: var(--font-down-1);
+ position: relative;
.schema-search {
- margin: 0.5em;
+ padding: 0.5em;
+ position: sticky;
+ background-color: var(--secondary);
+ top: 0px;
+ z-index: 1;
}
+
.schema-table-name {
font-weight: bold;
border-bottom: 1px solid var(--primary-low);