diff --git a/src/skins/vector/css/common.css b/src/skins/vector/css/common.css index efe57cd3d..1b2aa410e 100644 --- a/src/skins/vector/css/common.css +++ b/src/skins/vector/css/common.css @@ -14,6 +14,11 @@ See the License for the specific language governing permissions and limitations under the License. */ +html { + height: 100%; + overflow: hidden; +} + body { font-family: 'Lato', Helvetica, Arial, Sans-Serif; font-size: 16px;