Fix horizontal scrollbar in teams

pull/1/head
yflory 2020-05-12 15:25:17 +02:00
parent a777e6f785
commit cb5ec4c3d4
1 changed files with 1 additions and 0 deletions

View File

@ -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;