Skip to content

Commit

Permalink
Update Menu.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebzaki4 committed Jan 19, 2025
1 parent fc4c4dd commit a610246
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Components/Menu/Menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
padding: var(--raio-24) var(--raio-16);
align-items: center;
gap: var(--raio-8);
z-index: 1;
z-index: 1001; /* Aumente o z-index para garantir que fique na frente do banner */
display: none;
}

Expand Down Expand Up @@ -408,9 +408,10 @@
background-color: var(--fundo-banner);
border-radius: var(--raio-8);
box-shadow: var(--sombra-1);
z-index: 10;
z-index: 1000; /* Aumente o z-index para garantir que fique na frente do banner */
max-height: 300px;
overflow-y: auto;
margin-top: 8px;
}

.recommendation-item {
Expand Down

0 comments on commit a610246

Please sign in to comment.