Archived
1
0

Merge branch 'master' of github.com:mbirth/pywws-page

This commit is contained in:
2016-10-23 00:15:28 +02:00
+5 -1
View File
@@ -55,6 +55,10 @@
.mdl-layout__tab-panel.is-active {
display: block;
}
.mdl-layout__tab-panel.is-scrollable {
overflow-x: auto;
}
</style>
</head>
<body>
@@ -93,7 +97,7 @@
</nav>
</div>
<main class="mdl-layout__content">
<section class="mdl-layout__tab-panel is-active" id="scroll-tab-6hrs">
<section class="mdl-layout__tab-panel is-active is-scrollable" id="scroll-tab-6hrs">
<div class="page-content"><!-- letzte 6 Stunden -->
<?php include('6hrs.txt'); ?>
</div>