From cb5ec4c3d4556f23c013de35721cc9fa60a33604 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 12 May 2020 15:25:17 +0200 Subject: [PATCH] Fix horizontal scrollbar in teams --- customize.dist/src/less2/include/drive.less | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/src/less2/include/drive.less b/customize.dist/src/less2/include/drive.less index 20aaff649..d8b254c42 100644 --- a/customize.dist/src/less2/include/drive.less +++ b/customize.dist/src/less2/include/drive.less @@ -107,6 +107,7 @@ display: flex; flex-flow: row; min-height: 0; + min-width: 0; @media screen and (max-width: @browser_media-medium-screen) { display: block; overflow-y: auto;