Hide horizontal overflow to prevent notifications from creating scrollbars
parent
3acc2a6936
commit
8aa7c9a8e4
|
|
@ -29,6 +29,7 @@ html {
|
|||
|
||||
body {
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#multiparty-meeting {
|
||||
|
|
|
|||
Loading…
Reference in New Issue