From 3475ffd9c48627a6b1ef1c740664aa75da97398f Mon Sep 17 00:00:00 2001 From: Sergei Peshkov Date: Thu, 14 Sep 2023 14:39:28 +0300 Subject: [PATCH] 4.39.1: fix overflow in docs --- .../src/components/pages/Tokens/TokensContent/TokensContent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/pages/Tokens/TokensContent/TokensContent.css b/docs/src/components/pages/Tokens/TokensContent/TokensContent.css index 8aeebdb2..22c5c274 100644 --- a/docs/src/components/pages/Tokens/TokensContent/TokensContent.css +++ b/docs/src/components/pages/Tokens/TokensContent/TokensContent.css @@ -12,7 +12,7 @@ } .tokens-content-item > div { - overflow: auto; + overflow: visible; } .tokens-content-header > div:nth-child(1),