]> arthur.barton.de Git - netdata.git/commitdiff
registry menu is now scrollable
authorCosta Tsaousis <costa@tsaousis.gr>
Sat, 14 May 2016 00:51:31 +0000 (03:51 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Sat, 14 May 2016 00:51:31 +0000 (03:51 +0300)
web/index.html

index df48f2fa6682fb30db5010a5760a05e89352e865..67ac861f5019271060963f9e121d196a1d19c015 100644 (file)
                color: #f5f5f5;
                background-color: #262626;
        }
+       .scrollable-menu {
+               height: auto;
+               max-height: 80vh;
+               overflow-x: hidden;
+       }
 
        /* Back to top (hidden on mobile) */
        .back-to-top,