mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Reverting the sidenav fixes..
This commit is contained in:
parent
098dacf2a5
commit
671287b55a
|
@ -8,11 +8,6 @@
|
|||
md-sidenav-container {
|
||||
|
||||
md-sidenav {
|
||||
order: 1;
|
||||
|
||||
&.md-is-locked-open {
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
&.md-stop-transition {
|
||||
transition: none !important;
|
||||
|
@ -28,26 +23,18 @@ md-sidenav-container {
|
|||
|
||||
&.mat-drawer-side {
|
||||
|
||||
&.md-is-locked-open {
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
~ .mat-sidenav-content,
|
||||
~ .mat-drawer-content {
|
||||
transition: none !important;
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
transform: translate3d(0, 0, 0) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.mat-drawer-end {
|
||||
order: 3;
|
||||
}
|
||||
}
|
||||
|
||||
.mat-drawer-content {
|
||||
order: 2;
|
||||
}
|
||||
}
|
|
@ -336,8 +336,8 @@ $top-bg-image: url('assets/images/backgrounds/header-bg.png');
|
|||
|
||||
> md-sidenav-container {
|
||||
display: flex;
|
||||
// flex-direction: column;
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
//flex-direction: row;
|
||||
flex: 1;
|
||||
background: none;
|
||||
z-index: 2;
|
||||
|
|
Loading…
Reference in New Issue
Block a user