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;