chore: restrict offset changes to the json response

Co-authored-by: collinewait <21334508+collinewait@users.noreply.github.com>
This commit is contained in:
gitstart
2023-04-18 09:53:49 +00:00
parent 8dd09ca9dd
commit abf953f780
2 changed files with 3 additions and 1 deletions

View File

@@ -381,4 +381,7 @@ defineActionHandler("response.copy", () => copyResponse())
@apply transition;
@apply hover: text-secondary;
}
::v-deep .cm-panels {
top: var(--lower-tertiary-sticky-fold) !important;
}
</style>

View File

@@ -64,7 +64,6 @@ export const baseTheme = EditorView.theme({
backgroundColor: "var(--primary-light-color)",
color: "var(--secondary-light-color)",
zIndex: "1",
top: "var(--lower-tertiary-sticky-fold) !important",
},
".cm-panels.cm-panels-top": {
borderBottom: "1px solid var(--divider-light-color)",