Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docusaurus: doesn’t use full height #2169

Open
hanspagel opened this issue Jun 19, 2024 · 2 comments
Open

docusaurus: doesn’t use full height #2169

hanspagel opened this issue Jun 19, 2024 · 2 comments
Labels
bug Something isn't working package: @scalar/docusaurus

Comments

@hanspagel
Copy link
Member

hanspagel commented Jun 19, 2024

References with just a little bit of content aren’t using the full height in Docusaurus.

Configuration

[
  '@scalar/docusaurus',
  {
    id: 'yaml-string',
    label: 'yaml-string',
    route: '/yaml-string',
    configuration: {
      spec: {
        content: `openapi: 3.1.0
info:
title: Hello World
version: 1.0.0
paths: {}
`,
      },
    },
  } as ScalarOptions,
],
],

Screenshot

Screenshot 2024-06-19 at 14 13 10
@hanspagel hanspagel added the bug Something isn't working label Jun 19, 2024
@cameronrohani
Copy link
Contributor

This should fix that
#2198

@antlio
Copy link
Contributor

antlio commented Jun 24, 2024

issue seems to remain from the pr preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package: @scalar/docusaurus
Projects
None yet
Development

No branches or pull requests

3 participants