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>