mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-04 21:44:43 +00:00
fix sidenav
This commit is contained in:
parent
2a594d3f94
commit
7e863d3a8e
2 changed files with 1 additions and 2 deletions
|
|
@ -245,7 +245,7 @@
|
|||
@media (min-width: 1281px) {
|
||||
top: 0;
|
||||
pointer-events: auto;
|
||||
transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0) !important;
|
||||
box-shadow: $material-shadow-2dp;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
.md-sidenav-content,
|
||||
.md-sidenav-backdrop {
|
||||
position: fixed;
|
||||
transform: initial;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue