don't hide overflow, that causes worse problems

This commit is contained in:
ansuz
2017-02-28 16:37:34 +01:00
parent f06196c261
commit 3bf85b113c
2 changed files with 0 additions and 2 deletions

View File

@@ -494,7 +494,6 @@ 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 */

View File

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