Merge pull request #8418 from nextcloud/revert-nextcloud-vue-changes-to-sidebar-scrolling

Revert @nextcloud/vue changes to sidebar scrolling
This commit is contained in:
Joas Schilling 2022-12-01 21:37:14 +01:00 коммит произвёл GitHub
Родитель c65353f056 da87a426aa
Коммит 86969e5a6a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -347,6 +347,10 @@ export default {
flex-direction: column;
}
::v-deep .app-sidebar-tabs {
min-height: 0;
}
.app-sidebar-tabs__content #tab-chat {
/* Remove padding to maximize the space for the chat view. */
padding: 0;