mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-22 20:51:23 +00:00
fix the hamburger menu on mobile devices
This commit is contained in:
parent
fea65ce552
commit
a16fbbf202
1 changed files with 3 additions and 2 deletions
|
@ -451,8 +451,9 @@ a:focus {
|
|||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.sidebar-open .main-sidebar,
|
||||
.sidebar-open .left-side {
|
||||
/* fix the left sidebar on mobile devices */
|
||||
.sidebar-collapse .main-sidebar,
|
||||
.sidebar-collapse .left-side {
|
||||
-webkit-transform: translate(0, 0);
|
||||
-ms-transform: translate(0, 0);
|
||||
-o-transform: translate(0, 0);
|
||||
|
|
Loading…
Reference in a new issue