Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JSON field style bug #7259

@Roman-Matevosyan

Description

@Roman-Matevosyan
Image

Long JSON value in JSON field causes layout overflow in PocketBase (v0.30.3) admin panel

How to fix

.form-field label ~ .code-editor {
  ...
  overflow-y: auto;  /* Adding this line fixes the bug */
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions