Cap size of face list modal
parent
ad4799eb08
commit
cf1da09b65
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue