From f74d5a3dcaf9ca46c14eae5da43d78b38d1a0ef9 Mon Sep 17 00:00:00 2001 From: Martin Caetano Date: Wed, 12 Aug 2026 00:03:44 -0300 Subject: [PATCH] Prevent hidden tooltips from causing horizontal overflow --- css/style.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/style.scss b/css/style.scss index 0215434..bf00d91 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1705,6 +1705,7 @@ html[lang="es"] .home-hero h1 { display: inline-flex; align-items: center; justify-content: center; + overflow: hidden; border: 0; border-radius: 50%; outline: 0; @@ -1810,6 +1811,11 @@ html[lang="es"] .home-hero h1 { animation: heading-share-tooltip-copied 1400ms ease-out forwards; } +.heading-share--copied, +.code-copy--copied { + overflow: visible; +} + .guide-content strong { color: var(--night); font-weight: 500; @@ -1928,6 +1934,7 @@ html[lang="es"] .home-hero h1 { display: flex; align-items: center; justify-content: center; + overflow: hidden; border: 0; border-radius: 50%; outline: 0;