Merge pull request #6093 from nextcloud/backport/6088/stable29

[stable29] Fix: incorrect height of editing windows and edit bar
This commit is contained in:
Julius Härtl
2024-07-12 08:56:06 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ section.app-sidebar__tab--active {
right: 0;
max-width: calc(100% - #{$modal-padding * 2});
padding: 0 14px;
height: auto;
height: 100%;
overflow: initial;
user-select: text;
-webkit-user-select: text;

View File

@@ -440,6 +440,6 @@ h5 {
}
.modal__card .description__text .text-menubar {
top: 142px !important;
top: 0;
}
</style>