forked from M3-Academy/desafio-react-e-typescript
style(Header.scss): corrigindo z-index do menu
This commit is contained in:
parent
ca1e1b2cf3
commit
3be53d66b2
@ -195,7 +195,7 @@ header {
|
||||
@media (max-width: 1025px) {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
z-index: 3;
|
||||
left: -16px;
|
||||
height: 78px;
|
||||
width: 99.573%;
|
||||
@ -234,7 +234,7 @@ header {
|
||||
& .List__Login.opened {
|
||||
@media (max-width: 1025px) {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
z-index: 3;
|
||||
width: 99.573%;
|
||||
left: -16px;
|
||||
transform: translateX(0);
|
||||
@ -288,7 +288,7 @@ header {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
border-top-width: 0px;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
}
|
||||
.Nav__Bar {
|
||||
padding-left: 0;
|
||||
@ -378,7 +378,7 @@ header {
|
||||
.Header__Bottom.opened {
|
||||
@media (max-width: 1025px) {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transform: translateX(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user