Fix horizontal scrollbar in teams
parent
a777e6f785
commit
cb5ec4c3d4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue