Skip to content

Commit 090be02

Browse files
authored
Merge pull request #138 from jhawthorn/patch-1
Fix panel header overflow issue in Chrome
2 parents ff84857 + c80c3d1 commit 090be02

File tree

1 file changed

+1
-0
lines changed
  • lib/rdoc/generator/template/rails/resources/css

1 file changed

+1
-0
lines changed

Diff for: lib/rdoc/generator/template/rails/resources/css/panel.css

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
position: absolute;
3030
left: 0; top: 0;
3131
z-index: 300;
32+
overflow: hidden;
3233
}
3334

3435
.panel .header input

0 commit comments

Comments
 (0)