I'm worried overflow:hidden on lines is screwing rendering up

It's hard to reproduce, so I'm going to disable it and see if I see any more artifacts.
This commit is contained in:
Nathan Sobo
2012-11-02 12:11:49 -06:00
parent 3f2f067fa7
commit 4539977800

View File

@@ -75,7 +75,7 @@
display: table;
height: 100%;
width: 100%;
overflow: hidden;
/*overflow: hidden; i'm worried this is causing rendering problems */
padding-right: 2em;
}