Merge pull request #6418 from nextcloud/backport/6088/stable28

[stable28] Fix: incorrect height of editing windows and edit bar
This commit is contained in:
Pierre Ozoux
2024-10-17 17:52:39 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -225,7 +225,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>