Aleksey Shakhmatov 223a09c636
Some checks failed
CI / lint-and-build (push) Failing after 3m14s
fix: make SQL editor scrollable when query overflows the panel
@uiw/react-codemirror's outer wrapper inherited h-full but the inner
.cm-editor / .cm-scroller had no height constraint, so long queries
spilled outside the visible area with no way to scroll. Pass
`height="100%"` to the CodeMirror component and pin .cm-editor to the
wrapper height via a Tailwind arbitrary selector so the scroller
renders correctly inside the resizable panel.
2026-05-06 23:20:00 +03:00
Description
No description provided
3.5 MiB
Languages
TypeScript 63.1%
Rust 33.5%
CSS 2.4%
Makefile 0.8%
JavaScript 0.1%