Fix horizontal scrollbar in the team app

This commit is contained in:
yflory 2019-09-24 18:18:49 +02:00
parent 0bb536bf13
commit edce0e2d6d

View File

@ -19,6 +19,16 @@
@roster-bg-color: #efefef;
#cp-sidebarlayout-container {
@media screen and (max-width: 900px) {
.cp-app-drive-toolbar-leftside {
.cp-dropdown-button-title span:last-child {
display: none;
}
.cp-toolbar-share-button span:last-child {
display: none;
}
}
}
div#cp-sidebarlayout-rightside.cp-rightside-drive {
padding: 0;
& > .cp-team-chat {