z-index aside

This commit is contained in:
ouidade 2024-03-04 11:36:52 +01:00
parent ed00366bc4
commit ddfd410808
2 changed files with 2 additions and 2 deletions

View File

@ -368,7 +368,7 @@ aside {
position: relative; position: relative;
grid-column: 1 /span 2; grid-column: 1 /span 2;
grid-row: 1; grid-row: 1;
z-index: 100; z-index: 98;
order: 1; order: 1;
margin-top: 5rem; } margin-top: 5rem; }
@media (max-width: 891px) { @media (max-width: 891px) {

View File

@ -16,7 +16,7 @@ aside{
position: relative; position: relative;
grid-column: 1 /span 2; grid-column: 1 /span 2;
grid-row: 1; grid-row: 1;
z-index: 100; z-index: 98;
order: 1; order: 1;
margin-top: 5rem; margin-top: 5rem;
@media(max-width:891px){ @media(max-width:891px){