Cap size of face list modal

old-stable24
Varun Patil 2022-10-20 14:33:29 -07:00
parent ad4799eb08
commit cf1da09b65
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ export default class FaceMergeModal extends Mixins(GlobalMixin) {
<style lang="scss" scoped>
.outer {
width: 100%;
max-height: calc(90vh - 80px - 4em);
overflow-x: hidden;
overflow-y: auto;
}
.photo {
display: inline-block;