Hide horizontal overflow to prevent notifications from creating scrollbars

master
Torjus 2018-07-16 16:31:58 +02:00
parent 3acc2a6936
commit 8aa7c9a8e4
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ html {
body { body {
height: 100%; height: 100%;
overflow-x: hidden;
} }
#multiparty-meeting { #multiparty-meeting {