Skip to content

Commit d0b301f

Browse files
Merge pull request #210 from SwiftFiddle/scroll
Improve scroll area
2 parents ae2d2d0 + 9005881 commit d0b301f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Public/css/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body {
3535
width: 160px;
3636
}
3737

38-
.tab-content {
38+
.tab-pane {
3939
overflow: auto;
4040
}
4141

Public/css/tree_view.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.tree-view {
22
font-family: Menlo, Consolas, "DejaVu Sans Mono", "Ubuntu Mono", monospace;
33
font-size: 11pt;
4-
overflow: scroll;
54
}
65

76
.tree-view ul {

0 commit comments

Comments
 (0)