diff --git a/package.json b/package.json index 9b09279..733b2e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fold-dev/docs", - "version": "24.6.6.1", + "version": "24.6.6.2", "description": "UI components for product teams.", "scripts": { "prepare": "husky install", diff --git a/src/styles/globals.css b/src/styles/globals.css index e119b58..7428713 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -26,6 +26,8 @@ body { max-height: inherit; max-height: 500px; width: 100%; + border: 1px solid var(--f-color-base-700); + border-top: 0; } [data-rehype-pretty-code-figure] pre [data-line] {