fixed overlay and zoom issue
This commit is contained in:
parent
8eff32104e
commit
6fa845ed3e
2 changed files with 3 additions and 6 deletions
|
@ -78,7 +78,7 @@
|
|||
<th>∅</th>
|
||||
<th>Verbrauch</th>
|
||||
<th>akt.</th>
|
||||
<th> </th>
|
||||
<th>Aktion</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
|
|
|
@ -39,17 +39,14 @@ tbody tr td {
|
|||
|
||||
#flot {
|
||||
height: 500px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#overlay {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
|
||||
display: block;
|
||||
margin: auto;
|
||||
padding-top: 200px;
|
||||
margin: 200px auto;
|
||||
text-align: center;
|
||||
color: grey;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue