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> <style lang="scss" scoped>
.outer { .outer {
width: 100%; width: 100%;
max-height: calc(90vh - 80px - 4em);
overflow-x: hidden;
overflow-y: auto;
} }
.photo { .photo {
display: inline-block; display: inline-block;