mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(chat): no min height on autocomplete dropdown
This commit is contained in:
@@ -101,7 +101,6 @@ export default {
|
|||||||
marginTop: '28px',
|
marginTop: '28px',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
minWidth: '100px',
|
minWidth: '100px',
|
||||||
minHeight: '100px',
|
|
||||||
zIndex: 100,
|
zIndex: 100,
|
||||||
backgroundColor: 'white',
|
backgroundColor: 'white',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user