fix error

This commit is contained in:
rulingcom 2021-12-07 06:05:43 +00:00
parent bb95ba933b
commit b3f9df550f
2 changed files with 11 additions and 5 deletions

View File

@ -442,10 +442,16 @@ a#content{
@media (min-width: $screen-sm){ @media (min-width: $screen-sm){
visibility: visible; visibility: visible;
max-height: 65%; max-height: 65%;
overflow-y: scroll; verflow-y: scroll;
opacity: 1; border-radius: 0.5em;
padding:1em 20% 3em; 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; 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{ .navbar-header .navbar-brand{

View File

@ -185,7 +185,7 @@
position: fixed!important; position: fixed!important;
opacity: 0; opacity: 0;
width: 80vw; width: 80vw;
box-shadow: 2px 2px 5px #00000033; box-shadow: 2px 2px 10px #000000ab;
margin: 0.8em 0; margin: 0.8em 0;
padding: 0; padding: 0;
max-height: 0; max-height: 0;
@ -374,7 +374,7 @@
} }
.mobile-menu .collapse.navbar-collapse.modules-menu { .mobile-menu .collapse.navbar-collapse.modules-menu {
overflow-y: scroll; //overflow-y: scroll;
transform: translateX(0%); transform: translateX(0%);
} }
.display-on{ .display-on{