bugfix menü
parent
1e89b8cf5c
commit
3d30ddcd4f
|
@ -160,6 +160,8 @@
|
||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
transition: transform 0.5s ease-in-out;
|
transition: transform 0.5s ease-in-out;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
position: relative;
|
||||||
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-container input[type="checkbox"]:checked ~ .menu-items {
|
.nav-container input[type="checkbox"]:checked ~ .menu-items {
|
||||||
|
@ -249,9 +251,6 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content_mobile {
|
|
||||||
position:static;
|
|
||||||
}
|
|
||||||
.content h3{
|
.content h3{
|
||||||
color: black;
|
color: black;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
|
@ -617,7 +616,7 @@
|
||||||
|
|
||||||
.content .mobile_ansicht{
|
.content .mobile_ansicht{
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: -10;
|
z-index: 0;
|
||||||
margin-left: -55px;
|
margin-left: -55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue