Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Merge pull request #44 from mildlygeeky/livepreview
Browse files Browse the repository at this point in the history
Fix issue with long PMM list being inaccessible on Live Preview
  • Loading branch information
joshangell committed May 19, 2016
2 parents a175e92 + 2ead9c3 commit 8de395e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pimpmymatrix/resources/css/pimpmymatrix.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,10 @@ body.rtl .buttons-pimped > .btn, body.rtl .buttons-pimped > .btngroup { margin:
.pimpmymatrix-secondary-menu {
padding-top: 10px;
}

/* Keep long secondary menu from going offscreen on Live Preview where scrolling is not possible */
html.noscroll .pimpmymatrix-secondary-menu {
max-height: 50%;
overflow-y: auto;
overflow-x: hidden;
}

0 comments on commit 8de395e

Please sign in to comment.