Skip to content

Commit

Permalink
fix(file-manager): footer over main sidebar in mobile view
Browse files Browse the repository at this point in the history
fix #2
  • Loading branch information
ElonH committed Jun 15, 2020
1 parent ce36cf2 commit 48b855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/manager/manager.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ import { TaskService } from './tasks/tasks.service';
padding-top: 5rem;
} */
nb-layout-footer {
z-index: 1001;
z-index: 998;
position: fixed;
bottom: 0;
}
Expand Down

0 comments on commit 48b855a

Please sign in to comment.