first commit
This commit is contained in:
30
public/style/scss/layout/sidebar/_sidebar-vertical-nav.scss
Normal file
30
public/style/scss/layout/sidebar/_sidebar-vertical-nav.scss
Normal file
@ -0,0 +1,30 @@
|
||||
[data-sidebar-position="fixed"][data-layout="vertical"] {
|
||||
.nav-header {
|
||||
position: fixed;
|
||||
// left: auto;
|
||||
border-top-left-radius: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
}
|
||||
|
||||
.deznav {
|
||||
position: fixed;
|
||||
// z-index: 0;
|
||||
.deznav-scroll {
|
||||
border-top-left-radius: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.menu-toggle {
|
||||
.deznav {
|
||||
position: fixed;
|
||||
}
|
||||
}
|
||||
}
|
||||
[data-header-position="fixed"][data-sidebar-position="fixed"][data-sidebar-style="overlay"][data-layout="vertical"][data-container="boxed"] {
|
||||
.deznav {
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user