mirror of
https://github.com/mempool/mempool.git
synced 2025-03-17 21:32:02 +01:00
Fix missing menu content on dashboards
This commit is contained in:
parent
04eeb19bb9
commit
fa914e7958
frontend/src/app/components
@ -76,7 +76,7 @@
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="d-flex" style="overflow: clip">
|
||||
<div class="d-flex">
|
||||
<app-menu *ngIf="servicesEnabled" [navOpen]="menuOpen" (loggedOut)="onLoggedOut()" (menuToggled)="menuToggled($event)"></app-menu>
|
||||
<div *ngIf="!servicesEnabled" class="sidenav"><!-- empty sidenav needed to push footer down the screen --></div>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
height: calc(100vh - 65px);
|
||||
position: sticky;
|
||||
top: 65px;
|
||||
transition: 0.25s;
|
||||
transition: width 0.25s, left 0.25s, margin 0.25s;
|
||||
margin-left: -250px;
|
||||
box-shadow: 5px 0px 30px 0px #000;
|
||||
padding-bottom: 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user