fixed nav for long pages
parent
96f7a19c0f
commit
1bab78eb08
|
@ -38,6 +38,7 @@ body {
|
|||
flex-shrink: 0;
|
||||
flex-basis: 200px;
|
||||
padding: 2em;
|
||||
padding-left: calc(2em + 90px);
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
flex-wrap: wrap;
|
||||
padding: 2em .3em;
|
||||
font-family: 'ostrichSans';
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
|
@ -9,6 +9,7 @@ section.backlog-table
|
|||
div.status.width-2
|
||||
div.points.width-1 Front
|
||||
div.points.width-1 Back
|
||||
- for (var x = 0; x < 50; x++)
|
||||
div.row.table-main
|
||||
div.user-stories.width-4
|
||||
input(type="checkbox", name="")
|
||||
|
|
Loading…
Reference in New Issue