z-index aside
This commit is contained in:
parent
ed00366bc4
commit
ddfd410808
|
@ -368,7 +368,7 @@ aside {
|
|||
position: relative;
|
||||
grid-column: 1 /span 2;
|
||||
grid-row: 1;
|
||||
z-index: 100;
|
||||
z-index: 98;
|
||||
order: 1;
|
||||
margin-top: 5rem; }
|
||||
@media (max-width: 891px) {
|
||||
|
|
|
@ -16,7 +16,7 @@ aside{
|
|||
position: relative;
|
||||
grid-column: 1 /span 2;
|
||||
grid-row: 1;
|
||||
z-index: 100;
|
||||
z-index: 98;
|
||||
order: 1;
|
||||
margin-top: 5rem;
|
||||
@media(max-width:891px){
|
||||
|
|
Loading…
Reference in New Issue