Do not show scrollbars when a column is collapsed (IE)
This commit is contained in:
parent
0512b68890
commit
5d8b759351
|
|
@ -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
|
|
@ -62,7 +62,7 @@ td.board-column-task-collapsed {
|
|||
position: relative;
|
||||
padding: 8px 4px;
|
||||
min-height: 150px;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.board-rotation {
|
||||
|
|
|
|||
Loading…
Reference in New Issue