[FIX] max width should prevent dialog box edge overflow issues like https://github.com/jitsi/jitsi-meet/issues/335#issuecomment-181140567
This commit is contained in:
parent
8c2e698dec
commit
6f3bc4fcc4
|
@ -17,6 +17,7 @@ div.jqi{
|
|||
border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
max-width: 100%;
|
||||
padding: 7px;
|
||||
}
|
||||
div.jqi .jqicontainer{
|
||||
|
|
Loading…
Reference in New Issue