| Summary: | Report header to be static while scrolling | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Suresh PB <spillaip> |
| Component: | reports | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | arnaudvillemain |
| Priority: | NOR | ||
| Version First Reported In: | 5.2.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Suresh PB
2020-09-29 12:47:40 UTC
This is a known issue. Since reports are shown by an HTML renderer this is not as easy to implement as it seems. If anyone has a way howto do it with HTML/CSS: patches are welcome. Quick browse of the web, this kind of css may help
#fixed-div {
position: fixed;
width: 30%;
margin-top:290px;
padding-top:20px;
padding-bottom: 20px; /* must be same height as the footer */
background-color: rgba(255, 255, 255, 0.60);
min-height: 100%;
}
HTML part can be like: <div id="fixed-div"> <tr> <td></td> </tr> </div> I am not an expert, but believe this can give pointers. i would also appreciate this wishlist bug to be implemented some day. |