mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 19:49:27 +00:00
Fix sidebar height
This commit is contained in:
parent
42739d9456
commit
fb9debb6ac
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue