viewer: fix editor controls

pull/162/head
Varun Patil 2022-11-03 13:43:01 -07:00
parent d8632c9814
commit 7f7c219a29
1 changed files with 5 additions and 0 deletions

View File

@ -286,6 +286,11 @@ body {
.modal-wrapper .modal-container {
top: 0 !important;
bottom: 0 !important;
.viewer__image-editor {
top: 0 !important;
bottom: 0 !important;
}
}
}