fix: codemirror search bar misaligned (#4203)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user