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

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;
}