Skip to content

Commit

Permalink
add propriedade overflow:hidden no css para corrigir bug
Browse files Browse the repository at this point in the history
  • Loading branch information
veronicasgc committed Feb 8, 2024
1 parent a633b9c commit 66503d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ h2 {
background: #404040;
transition: 0.25s;
transform: rotateY(0deg);
backface-visibility: hidden
backface-visibility: hidden;
overflow: hidden;
}

.item.boxOpen{
Expand Down

0 comments on commit 66503d7

Please sign in to comment.