Browse Source

add monitorr scroll

pull/4/head
GilbN 6 years ago
committed by GitHub
parent
commit
5f8d911704
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -355,7 +355,7 @@ Add this in the Monitorr custom css box:
And add this in custom HTML in Organizr: And add this in custom HTML in Organizr:
```css ```css
<div id="announcementRow" class="row"><h4 class="pull-left"><span>Monitorr</span></h4><hr class="hidden-xs"></div> <div id="announcementRow" class="row"><h4 class="pull-left"><span>Monitorr</span></h4><hr class="hidden-xs"></div>
<div style="overflow:hidden; height:260px"> <div style="overflow:hidden; height:260px; -webkit-overflow-scrolling: touch; overflow-y: scroll;">
<iframe class="iframe" frameborder="0" src="https://monitorr.domain.com/index.min.php"></iframe> <iframe class="iframe" frameborder="0" src="https://monitorr.domain.com/index.min.php"></iframe>
</div> </div>
``` ```

Loading…
Cancel
Save