Merge pull request #3762 from nextcloud/bugfix/3744

Adapt the card modal to upstream changes
This commit is contained in:
Julius Härtl
2022-04-29 10:47:10 +02:00
committed by GitHub
2 changed files with 7 additions and 8 deletions

View File

@@ -224,6 +224,8 @@ export default {
max-width: calc(100% - #{$modal-padding*2});
padding: 0 14px;
max-height: 100%;
overflow: initial;
&::v-deep {
.app-sidebar-header {
position: sticky;
@@ -239,6 +241,10 @@ export default {
background-color: var(--color-main-background);
}
.app-sidebar__tab {
overflow: initial;
}
#emptycontent, .emptycontent {
margin-top: 88px;
}