Adapt modal size to viewer upstream changes

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-04-28 13:42:11 +02:00
parent 4d43f83443
commit 24f7ef69c7
2 changed files with 7 additions and 8 deletions

View File

@@ -225,6 +225,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;
@@ -240,6 +242,10 @@ export default {
background-color: var(--color-main-background);
}
.app-sidebar__tab {
overflow: initial;
}
#emptycontent, .emptycontent {
margin-top: 88px;
}