#3097 Overflow heatmap automatically (Fixes: #2607)
Merged 6 years ago by pingou. Opened 6 years ago by pfrields.
pfrields/pagure issue2607  into  master

@@ -618,6 +618,7 @@ 

  

  #cal-heatmap {

    padding:0.5em;

+   overflow:auto;

  }

  

  .attachment_list p {

I think this is a minimally invasive way to manage the heatmap on small browser windows/screens.

This is definitely better than what it does now.

Could you rebase on master? :)

I'll just apply it manually to save you the work, thanks for the PR :)

Commit befa506 fixes this pull-request

Pull-Request has been merged by pingou

6 years ago

For the record, what it does is basically make it horizontally scrollable - it goes into a viewport or whatever you call it, and that port is horizontally scrollable. Way way better than old behaviour indeed. (Would be nice if it started scrolled all the way to the right, though, rather than all the way to the left - not sure if we can do that).