Define mininum size for the tasks view to make it scroll on small screens (#2893)

This commit is contained in:
Thomas Bruederli 2014-04-03 12:01:30 +02:00
parent c81b71f4d0
commit da8c5b3f55

View file

@ -37,6 +37,15 @@ body.attachmentwin #topnav .topright {
margin-top: 20px;
}
.tasklistview #mainscreen {
min-width: 1000px !important;
min-height: 520px !important;
}
.tasklistview #header {
min-width: 1020px !important;
}
#sidebar {
position: absolute;
top: 0;