chore: restrict offset changes to the json response
Co-authored-by: collinewait <21334508+collinewait@users.noreply.github.com>
This commit is contained in:
@@ -381,4 +381,7 @@ defineActionHandler("response.copy", () => copyResponse())
|
|||||||
@apply transition;
|
@apply transition;
|
||||||
@apply hover: text-secondary;
|
@apply hover: text-secondary;
|
||||||
}
|
}
|
||||||
|
::v-deep .cm-panels {
|
||||||
|
top: var(--lower-tertiary-sticky-fold) !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -64,7 +64,6 @@ export const baseTheme = EditorView.theme({
|
|||||||
backgroundColor: "var(--primary-light-color)",
|
backgroundColor: "var(--primary-light-color)",
|
||||||
color: "var(--secondary-light-color)",
|
color: "var(--secondary-light-color)",
|
||||||
zIndex: "1",
|
zIndex: "1",
|
||||||
top: "var(--lower-tertiary-sticky-fold) !important",
|
|
||||||
},
|
},
|
||||||
".cm-panels.cm-panels-top": {
|
".cm-panels.cm-panels-top": {
|
||||||
borderBottom: "1px solid var(--divider-light-color)",
|
borderBottom: "1px solid var(--divider-light-color)",
|
||||||
|
|||||||
Reference in New Issue
Block a user