Make header scroll padding very large so the headers always have enough
room to scroll with the content, even if it overflows a lot
This commit is contained in:
parent
847c79fcfb
commit
76eba15dd6
@ -132,10 +132,10 @@
|
||||
<span><b>Names</b></span>
|
||||
</div><!--
|
||||
--><div class="row viewheader" id="timeheader">
|
||||
<div id="timelabels" style="padding-right: 32px;"></div>
|
||||
<div id="timelabels" style="padding-right: 256px;"></div>
|
||||
</div>
|
||||
<section class="names">
|
||||
<div id="names" style="padding-bottom: 32px;"></div>
|
||||
<div id="names" style="padding-bottom: 256px;"></div>
|
||||
</section><!--
|
||||
--><section class="times">
|
||||
<div class="scroll">
|
||||
|
Loading…
x
Reference in New Issue
Block a user