fix(chat): no min height on autocomplete dropdown

This commit is contained in:
Sabe Jones
2018-10-24 19:59:54 -05:00
parent b4ab525be5
commit a9e2a17077

View File

@@ -101,7 +101,6 @@ export default {
marginTop: '28px',
position: 'absolute',
minWidth: '100px',
minHeight: '100px',
zIndex: 100,
backgroundColor: 'white',
};