Ver código fonte

Merge branch '11/24SAAS' into jenkins

lex 2 anos atrás
pai
commit
1bf519c07d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/layout/components/modal/chat-model.vue

+ 1 - 1
src/layout/components/modal/chat-model.vue

@@ -187,7 +187,7 @@ export default {
 
 <style lang="scss" scoped>
 .chat-message {
-  height: 100%;
+  height: 100vh;
   display: flex;
 }