Skip to content

Commit

Permalink
fixed headers (#7332)
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavsethi authored Feb 7, 2020
1 parent ea888d3 commit 22ae097
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/views/grids/_nodes.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,11 @@
a.grid-embed:hover {
color: #888;
}
th {
position: sticky;
top: 0;
z-index: 5;
background: #fff;
}
</style>
</div>
6 changes: 6 additions & 0 deletions app/views/grids/_notes.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,11 @@
a.grid-embed:hover {
color: #888;
}
th {
position: sticky;
top: 0;
z-index: 5;
background: #fff;
}
</style>
</div>
8 changes: 7 additions & 1 deletion app/views/grids/_wikis.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
}
a.grid-embed:hover {
color: #888;
}
}
th {
position: sticky;
top: 0;
z-index: 5;
background: #fff;
}
</style>
</div>

0 comments on commit 22ae097

Please sign in to comment.