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

@ -4,7 +4,7 @@ Version 1.0.20 (unreleased)
Breaking changes:
- Add namespace Kanboard (update your plugins)
- Move Mailgun, Sendgrid and Postmark to plugins
- Move Mailgun, Sendgrid, Postmark, Slack, Hipchat and Jabber to plugins
New features:
@ -16,6 +16,7 @@ Improvements:
* Add the possibility to append or not custom filters
* Make mail transports pluggable
* Add Task, User and Project metadata for plugin creators
* Do not show scroll-bars when a column is collapsed (IE)
Version 1.0.19
--------------

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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 {