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>
|
<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;
|
||||||
|
|
Loading…
Reference in New Issue