remove horizontal scroll on edge
This commit is contained in:
parent
10c41369de
commit
3380b13c95
@ -494,6 +494,7 @@ html.cp,
|
|||||||
color: #555;
|
color: #555;
|
||||||
font-family: Georgia,Cambria,serif;
|
font-family: Georgia,Cambria,serif;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
.cp {
|
.cp {
|
||||||
/* buttons */
|
/* buttons */
|
||||||
|
|||||||
@ -15,6 +15,7 @@ html.cp, .cp body {
|
|||||||
|
|
||||||
font-family: Georgia,Cambria,serif;
|
font-family: Georgia,Cambria,serif;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cp {
|
.cp {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user