From 076e9deb459a1c59f38548fda7f330d4da004693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 2 Nov 2015 11:49:01 +0100 Subject: [PATCH] Set max width to avoid scroll on Firefox --- app/styles/layout/kanban.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/layout/kanban.scss b/app/styles/layout/kanban.scss index b57d9884..ce1cb08d 100644 --- a/app/styles/layout/kanban.scss +++ b/app/styles/layout/kanban.scss @@ -3,6 +3,7 @@ flex-direction: column; height: $main-height; max-height: $main-height; + max-width: calc(100vw - 50px); header { min-height: 70px; }