From b7e9c20c1c97ced177d579e03bdc0e71fc3e1e84 Mon Sep 17 00:00:00 2001 From: Seiya Tagami Date: Wed, 28 Aug 2024 23:25:17 +0900 Subject: [PATCH] fix(docs): copy button position in the code block (#241) --- docs/src/styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/styles/index.css b/docs/src/styles/index.css index 704991a..31e732a 100644 --- a/docs/src/styles/index.css +++ b/docs/src/styles/index.css @@ -76,6 +76,7 @@ pre > code { * https://github.com/withastro/starlight/blob/main/packages/starlight/style/markdown.css#L94 */ counter-reset: line !important; + overflow-x: auto !important; } figcaption {