mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
navbar position fixes
This commit is contained in:
parent
53c52af351
commit
f865626667
|
@ -41,6 +41,7 @@ fuse-main {
|
|||
|
||||
#wrapper {
|
||||
display: flex;
|
||||
position: relative;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
|
||||
|
|
|
@ -39,6 +39,8 @@ fuse-navbar {
|
|||
|
||||
&.folded {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
||||
&.left-navbar {
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user