diff --git a/module/common/view/kanban.html.php b/module/common/view/kanban.html.php
index 08a9b065f3..56310601b7 100644
--- a/module/common/view/kanban.html.php
+++ b/module/common/view/kanban.html.php
@@ -60,6 +60,10 @@
#kanbanList .kanban-item-span + .kanban-item-span > .project-row {border-top: 2px solid #fff;}
#kanbanList .project-row > .project-col {float: left; width: 50%; padding: 10px;}
#kanbanList .project-row > .execution-item {position: absolute!important; left: 100%; top: 0}
+
+.region-affixed-scrollbar {position: fixed; bottom: 0; overflow-x: auto; overflow-x: auto; z-index: 100; background-color: rgba(255,255,255,.85); display: none;}
+.has-affixed-region .region-affixed-scrollbar {display: block;}
+.region-affixed-holder {height: 1px;}