Merge pull request #9198 from MrPetovan/bug/9090-frio-jot-modal-panel-overflow

[frio] Restore jot modal panel overflow value
This commit is contained in:
Tobias Diekershoff 2020-09-14 07:36:56 +02:00 committed by GitHub
commit 6d95e6f5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1179,6 +1179,7 @@ section #jotOpen {
#jot-modal #item-Q0,
#jot-modal #profile-jot-acl-wrapper,
#jot-modal #acl-wrapper {
overflow: hidden;
display: flex;
flex: auto;
flex-direction: column;
@ -1202,7 +1203,6 @@ section #jotOpen {
}
#jot-text-wrap textarea {
min-height: 100px;
max-height: 440px;
overflow-y: auto !important;
overflow-y: overlay !important;
}