fix: codemirror search bar misaligned (#4203)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Nivedin
2024-07-22 17:04:53 +05:30
committed by GitHub
parent 801df8ea97
commit 7652dab9c4
7 changed files with 7 additions and 50 deletions

View File

@@ -72,8 +72,8 @@
</tippy>
</div>
</div>
<div class="h-full">
<div ref="schemaEditor"></div>
<div class="h-full relative overflow-auto flex flex-col flex-1">
<div ref="schemaEditor" class="absolute inset-0 h-full"></div>
</div>
</div>
<component
@@ -183,9 +183,3 @@ defineActionHandler(
computed(() => !!props.response && props.response.length > 0)
)
</script>
<style lang="scss" scoped>
:deep(.cm-panels) {
@apply top-sidebarPrimaryStickyFold #{!important};
}
</style>