Do not show scrollbars when a column is collapsed (IE)

This commit is contained in:
Frederic Guillot
2015-10-18 11:35:33 -04:00
parent 0512b68890
commit 5d8b759351
4 changed files with 5 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ td.board-column-task-collapsed {
position: relative;
padding: 8px 4px;
min-height: 150px;
overflow: auto;
overflow: hidden;
}
.board-rotation {