Skip to content

Commit

Permalink
Fix sidebar height
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Oct 15, 2024
1 parent 42739d9 commit fb9debb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<app-navbar></app-navbar>
<div class="container-fluid">
<div class="row">
<div class="sidebar border border-right col-md-3 col-lg-3 p-0 bg-body-tertiary">
<div class="sidebar border border-right col-md-3 col-lg-3 p-0 bg-body-tertiary" style="position: fixed; height: 100%;">
<app-sidebar [isDaemonRunning]="daemonRunning"></app-sidebar>
</div>
<main class="col-md-9 ms-sm-auto col-lg-9 px-md-4">
Expand Down

0 comments on commit fb9debb

Please sign in to comment.