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: Breaking changes:
- Add namespace Kanboard (update your plugins) - 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: New features:
@@ -16,6 +16,7 @@ Improvements:
* Add the possibility to append or not custom filters * Add the possibility to append or not custom filters
* Make mail transports pluggable * Make mail transports pluggable
* Add Task, User and Project metadata for plugin creators * Add Task, User and Project metadata for plugin creators
* Do not show scroll-bars when a column is collapsed (IE)
Version 1.0.19 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; position: relative;
padding: 8px 4px; padding: 8px 4px;
min-height: 150px; min-height: 150px;
overflow: auto; overflow: hidden;
} }
.board-rotation { .board-rotation {