Define mininum size for the tasks view to make it scroll on small screens (#2893)
This commit is contained in:
parent
c81b71f4d0
commit
da8c5b3f55
1 changed files with 9 additions and 0 deletions
|
@ -37,6 +37,15 @@ body.attachmentwin #topnav .topright {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tasklistview #mainscreen {
|
||||||
|
min-width: 1000px !important;
|
||||||
|
min-height: 520px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tasklistview #header {
|
||||||
|
min-width: 1020px !important;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue