Do not show scrollbars when a column is collapsed (IE)
This commit is contained in:
@@ -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
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user