mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-19 23:07:07 +00:00
navbar position fixes
This commit is contained in:
@@ -41,6 +41,7 @@ fuse-main {
|
|||||||
|
|
||||||
#wrapper {
|
#wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: relative;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,8 @@ fuse-navbar {
|
|||||||
|
|
||||||
&.folded {
|
&.folded {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
|
||||||
&.left-navbar {
|
&.left-navbar {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user