fix error
This commit is contained in:
parent
bb95ba933b
commit
b3f9df550f
|
@ -442,10 +442,16 @@ a#content{
|
|||
@media (min-width: $screen-sm){
|
||||
visibility: visible;
|
||||
max-height: 65%;
|
||||
overflow-y: scroll;
|
||||
opacity: 1;
|
||||
padding:1em 20% 3em;
|
||||
verflow-y: scroll;
|
||||
border-radius: 0.5em;
|
||||
opacity: 1;
|
||||
padding:1em 5% 3em;
|
||||
transition-duration: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
}
|
||||
.navbar-header .navbar-brand{
|
||||
|
|
|
@ -185,7 +185,7 @@
|
|||
position: fixed!important;
|
||||
opacity: 0;
|
||||
width: 80vw;
|
||||
box-shadow: 2px 2px 5px #00000033;
|
||||
box-shadow: 2px 2px 10px #000000ab;
|
||||
margin: 0.8em 0;
|
||||
padding: 0;
|
||||
max-height: 0;
|
||||
|
@ -374,7 +374,7 @@
|
|||
}
|
||||
|
||||
.mobile-menu .collapse.navbar-collapse.modules-menu {
|
||||
overflow-y: scroll;
|
||||
//overflow-y: scroll;
|
||||
transform: translateX(0%);
|
||||
}
|
||||
.display-on{
|
||||
|
|
Loading…
Reference in New Issue