mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-28 21:40:32 +00:00
Layout fix for chat in Firefox
This commit is contained in:
parent
829052de87
commit
bcedfac3e6
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ const styles = () =>
|
|||
display : 'flex',
|
||||
flexDirection : 'column',
|
||||
width : '100%',
|
||||
height : '100%'
|
||||
height : '100%',
|
||||
overflowY : 'auto'
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue