remove horizontal scroll on edge

pull/1/head
ansuz 2017-02-28 12:29:53 +01:00
parent 10c41369de
commit 3380b13c95
2 changed files with 2 additions and 0 deletions

View File

@ -494,6 +494,7 @@ html.cp,
color: #555;
font-family: Georgia,Cambria,serif;
height: 100%;
overflow-x: hidden;
}
.cp {
/* buttons */

View File

@ -15,6 +15,7 @@ html.cp, .cp body {
font-family: Georgia,Cambria,serif;
height: 100%;
overflow-x: hidden;
}
.cp {