Commit 517af99e9f286898177a1cc6efa27665795bd8b9
1 parent
17b68461c5
Exists in
master
and in
1 other branch
Arreglo en tamaño de vista
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/components/master/master.component.html
1 | 1 | <div class="row m-0 fade-in"> |
2 | - <div class="col-10 p-0"> | |
2 | + <div class="col-10 p-0 vh-100"> | |
3 | 3 | |
4 | 4 | <!-- TOP HEADER --> |
5 | 5 | <app-header></app-header> |
... | ... | @@ -9,6 +9,6 @@ |
9 | 9 | </div> |
10 | 10 | |
11 | 11 | <!-- SIDEBAR --> |
12 | - <app-sidebar class="col-2 col-md-2 vh-100 bg-primary-gradient"></app-sidebar> | |
12 | + <app-sidebar class="sidebar position-fixed float-right col-2 col-md-2 vh-100 bg-primary-gradient"></app-sidebar> | |
13 | 13 | |
14 | 14 | </div> |