Fix glitch

This commit is contained in:
Ruben van de Ven 2019-04-27 15:43:30 +02:00
parent 9f05bb644e
commit 0ddef76357
2 changed files with 5 additions and 1 deletions

View File

@ -314,7 +314,9 @@ body.showTimeline #toggleTimeline {
#logbook {
width: 50%;
padding: 10px;
color: #999; }
color: #999;
height: 100%;
overflow-y: auto; }
#logbook .log {
margin-bottom: 10px; }
#logbook .time {

View File

@ -507,6 +507,8 @@ img.icon{
width: 50%;
padding: 10px;
color: #999;
height: 100%;
overflow-y:auto;
.log{
margin-bottom:10px;
}