Skip to content

Commit 46dc123

Browse files
committed
Fix box-sizing problems afflicting aljazeera america and gawker
1 parent c664371 commit 46dc123

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

public/stylesheets/DV/components/reset.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@
2020

2121
.DV-docViewer{
2222
overflow:hidden;
23-
}
23+
}
24+
25+
.DV-docViewer * {
26+
box-sizing: content-box;
27+
}

0 commit comments

Comments
 (0)