Skip to content

Commit

Permalink
Merge pull request #48883 from zzak/welcome-logo-overflow-bug
Browse files Browse the repository at this point in the history
Remove overflow:hidden from welcome logo
  • Loading branch information
rafaelfranca committed Aug 4, 2023
2 parents bd8d717 + 9511a86 commit c05f16e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion railties/lib/rails/templates/rails/welcome/index.html.erb
Expand Up @@ -51,7 +51,6 @@
display: flex;
transition: background 0.25s cubic-bezier(0.33, 1, 0.68, 1);
filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
overflow: hidden;
}

nav a:hover {
Expand Down

0 comments on commit c05f16e

Please sign in to comment.